-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathgo.mod
36 lines (32 loc) · 1.3 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/concourse/docs
go 1.23.0
toolchain go1.24.1
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/blang/semver v3.5.1+incompatible
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
github.com/sirupsen/logrus v1.7.0
github.com/vito/booklit v0.12.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mna/pigeon v1.0.1-0.20200224192238-18953b277063 // indirect
github.com/segmentio/textio v1.2.0 // indirect
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/protobuf v1.23.0 // indirect
)