-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
27 lines (24 loc) · 888 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
25
26
27
module github.com/xakep666/wurl
go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/blang/semver v0.0.0-20170727064818-2ee87856327b
github.com/gorilla/websocket v1.4.1
github.com/sirupsen/logrus v1.0.5
github.com/urfave/cli/v2 v2.25.6
golang.org/x/net v0.17.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.2.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)