-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (34 loc) · 1.54 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
37
module github.com/go-nacelle/awsutil
go 1.18
require (
github.com/aws/aws-sdk-go v1.20.7
github.com/derision-test/go-mockgen v1.3.7
github.com/go-nacelle/nacelle v1.0.1
github.com/stretchr/testify v1.7.1
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/aphistic/gomol v0.0.0-20190314031446-1546845ba714 // indirect
github.com/aphistic/gomol-console v0.0.0-20180111152223-9fa1742697a8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/efritz/backoff v1.0.0 // indirect
github.com/efritz/glock v0.0.0-20181228234553-f184d69dff2c // indirect
github.com/efritz/watchdog v0.0.0-20181228234521-84cf7cb74656 // indirect
github.com/fatih/structtag v1.0.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-nacelle/config v1.0.0 // indirect
github.com/go-nacelle/log v1.0.1 // indirect
github.com/go-nacelle/process v1.0.0 // indirect
github.com/go-nacelle/service v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mattn/go-zglob v0.0.1 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)