forked from Shopify/goose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 829 Bytes
/
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
module github.com/Shopify/goose
go 1.15
require (
github.com/DataDog/datadog-go/v5 v5.3.0
github.com/bugsnag/bugsnag-go/v2 v2.4.0
github.com/bugsnag/panicwrap v1.3.4
github.com/google/pprof v0.0.0-20210804190019-f964ff605595
github.com/gorilla/mux v1.8.0
github.com/ianlancetaylor/demangle v0.0.0-20210724235854-665d3a6fe486 // indirect
github.com/imdario/mergo v0.3.12
github.com/kr/pretty v0.2.1 // indirect
github.com/leononame/clock v0.1.6
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.1
golang.org/x/net v0.24.0
golang.org/x/sync v0.1.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.4.0 // indirect
)