-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.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
)