forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
824 B
24 lines
824 B
3 years ago
|
module portfall
|
||
|
|
||
|
require (
|
||
|
github.com/Masterminds/semver v1.5.0 // indirect
|
||
|
github.com/PuerkitoBio/goquery v1.5.1
|
||
|
github.com/fatih/color v1.9.0 // indirect
|
||
|
github.com/leaanthony/mewn v0.10.7
|
||
|
github.com/leaanthony/slicer v1.4.1 // indirect
|
||
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
||
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
||
|
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
|
||
|
github.com/pkg/errors v0.9.1 // indirect
|
||
|
github.com/wailsapp/wails v1.0.2
|
||
|
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
|
||
|
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
|
||
|
gopkg.in/AlecAivazis/survey.v1 v1.8.8 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect
|
||
|
k8s.io/api v0.17.4
|
||
|
k8s.io/apimachinery v0.17.4
|
||
|
k8s.io/client-go v0.17.4
|
||
|
)
|
||
|
|
||
|
go 1.13
|