@@ -2,48 +2,29 @@ module github.com/netlify/netlify-commons
2
2
3
3
require (
4
4
github.com/BurntSushi/toml v0.4.1
5
- github.com/DataDog/datadog-go v4.8.3+incompatible
6
- github.com/Microsoft/go-winio v0.5.0 // indirect
7
- github.com/armon/go-metrics v0.3.10
8
- github.com/bugsnag/bugsnag-go/v2 v2.1.2
5
+ github.com/armon/go-metrics v0.3.10 // indirect
6
+ github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
9
7
github.com/dgrijalva/jwt-go v3.2.0+incompatible
10
- github.com/go-chi/chi v4.0.2+incompatible
11
8
github.com/go-sql-driver/mysql v1.5.0 // indirect
12
- github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
13
9
github.com/hashicorp/go-uuid v1.0.2 // indirect
14
- github.com/joho/godotenv v1.4.0
15
- github.com/kelseyhightower/envconfig v1.4.0
10
+ github.com/hashicorp/golang-lru v0.5.1 // indirect
11
+ github.com/kr/pretty v0.2.1 // indirect
16
12
github.com/kr/text v0.2.0 // indirect
17
13
github.com/nats-io/nats-streaming-server v0.15.1 // indirect
18
14
github.com/nats-io/nats.go v1.8.1
19
15
github.com/nats-io/stan.go v0.5.0
20
16
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
21
- github.com/opentracing/opentracing-go v1.2.0
22
- github.com/pelletier/go-toml v1.7.0 // indirect
23
- github.com/philhofer/fwd v1.0.0 // indirect
24
17
github.com/pkg/errors v0.9.1
25
- github.com/rs/cors v1.6.0
26
- github.com/satori/go.uuid v1.2.0
27
- github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
28
18
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
29
19
github.com/sirupsen/logrus v1.8.1
30
- github.com/spf13/afero v1.2.2 // indirect
31
- github.com/spf13/cobra v0.0.7
32
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
33
- github.com/spf13/pflag v1.0.5
34
- github.com/spf13/viper v1.7.1
35
- github.com/stretchr/testify v1.7.0
20
+ github.com/stretchr/testify v1.8.3
36
21
github.com/tidwall/pretty v1.0.1 // indirect
37
22
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
38
23
go.mongodb.org/mongo-driver v1.9.0
39
- go.uber.org/atomic v1.9.0
40
- golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
41
- gopkg.in/DataDog/dd-trace-go.v1 v1.34.0
24
+ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
25
+ google.golang.org/protobuf v1.25.0 // indirect
42
26
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
43
- gopkg.in/launchdarkly/go-sdk-common.v2 v2.5.0
44
- gopkg.in/launchdarkly/go-server-sdk.v5 v5.8.1
45
27
gopkg.in/segmentio/analytics-go.v3 v3.1.0
46
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
47
28
)
48
29
49
30
go 1.15
0 commit comments