14 lines
474 B
Modula-2
14 lines
474 B
Modula-2
|
module gitlab.finogeeks.club/finclip-backend/rmconf
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/google/btree v1.0.0 // indirect
|
||
|
github.com/hashicorp/consul/api v1.1.0
|
||
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
||
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
|
||
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
||
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
||
|
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 // indirect
|
||
|
)
|