-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
24 lines (21 loc) · 796 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
24
module github.com/covrom/gonec
go 1.19
require (
github.com/boltdb/bolt v1.3.1
github.com/covrom/decnum v0.0.0-20181120130125-279518e708a6
github.com/daviddengcn/go-colortext v1.0.0
github.com/dchest/siphash v1.2.3
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-rootcerts v1.0.2
github.com/hashicorp/serf v0.10.1
github.com/mattn/go-isatty v0.0.16
github.com/satori/go.uuid v1.2.0
)
require (
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)