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.
20 lines
644 B
20 lines
644 B
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.16.9
|
|
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
|
|
|