-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 1.02 KB
/
go.mod
File metadata and controls
26 lines (24 loc) · 1.02 KB
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
module github.com/Alien-Worlds/missions-api
go 1.16
require (
github.com/Masterminds/squirrel v1.5.0
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/ethereum/go-ethereum v1.10.8
github.com/fatih/structs v1.1.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/gobuffalo/packr/v2 v2.8.1
github.com/nullstyle/go-xdr v0.0.0-20180726165426-f4c839f75077 // indirect
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
github.com/stellar/go v0.0.0-20210827151532-82592ce0f269
gitlab.com/distributed_lab/ape v1.6.0
gitlab.com/distributed_lab/figure v2.1.0+incompatible
gitlab.com/distributed_lab/kit v1.8.6
gitlab.com/distributed_lab/logan v3.8.0+incompatible
gitlab.com/distributed_lab/running v1.6.0
gitlab.com/distributed_lab/urlval v2.3.0+incompatible
gitlab.com/tokend/connectors v0.1.8
gitlab.com/tokend/go v3.15.0+incompatible // indirect
gitlab.com/tokend/keypair v0.0.0-20190412110653-b9d7e0c8b312 // indirect
)