-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 815 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
module github.com/tclemos/go-web-service-example
go 1.16
require (
github.com/aws/aws-sdk-go v1.38.3
github.com/containerd/continuity v0.0.0-20210315143101-93e15499afd5 // indirect
github.com/deepmap/oapi-codegen v1.6.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.1.2
github.com/labstack/echo/v4 v4.2.1
github.com/lib/pq v1.9.0
github.com/opencontainers/runc v1.0.0-rc93 // indirect
github.com/ory/dockertest/v3 v3.6.3
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-retry v0.1.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/tclemos/goit v0.4.0
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)