forked from sw33tLie/bbscope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 623 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/sw33tLie/bbscope
go 1.16
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/digitalocean/godo v1.63.0 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/sw33tLie/fleex v0.0.0-20210708174758-524c14fa45e5 // indirect
github.com/tidwall/gjson v1.8.1
github.com/tidwall/sjson v1.1.6
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // indirect
)