forked from ppapapetrou76/go-mydata-aade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 757 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/ppapapetrou76/go-mydata-aade
go 1.18
require (
github.com/deepmap/oapi-codegen v1.12.4
github.com/ppapapetrou76/go-testing v0.0.8
github.com/ppapapetrou76/go-utils v0.0.2
)
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/r3labs/diff/v2 v2.14.6 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/net v0.2.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)