forked from elgohr/go-localstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 780 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/elgohr/go-localstack
go 1.14
require (
github.com/Masterminds/semver/v3 v3.1.0
github.com/aws/aws-sdk-go v1.34.24
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3
github.com/ory/dockertest/v3 v3.6.0
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
golang.org/x/tools v0.0.0-20200403190813-44a64ad78b9b // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)