-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
28 lines (26 loc) · 1.1 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
module jfrog.com/jfrog-partnership/example-go
go 1.14
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/go-oauth2/oauth2/v4 v4.3.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/klauspost/compress v1.11.13 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/swaggo/http-swagger v1.2.6
github.com/swaggo/swag v1.7.9
github.com/tidwall/buntdb v1.2.3 // indirect
github.com/valyala/fasthttp v1.23.0 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.31.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)