-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 708 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/tokenbankteam/sonyflake
go 1.17
require (
github.com/deckarep/golang-set v1.8.0
github.com/heipacker/sonyflake v0.0.0-20171204083533-a5be0991bf0f
github.com/zpatrick/go-config v0.0.0-20191118215128-80ba6b3e54f6
)
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-ini/ini v1.66.2 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/urfave/cli v1.22.5 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)