Skip to content

Commit

Permalink
Trying to support for install from gobinaries
Browse files Browse the repository at this point in the history
  • Loading branch information
aztecrabbit committed Feb 11, 2022
1 parent b6a471c commit 28ecae8
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aztecrabbit/bugscanner-go

go 1.17
go 1.15

require (
github.com/fatih/color v1.13.0
Expand All @@ -10,21 +10,4 @@ require (
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require golang.org/x/text v0.3.6 // indirect

0 comments on commit 28ecae8

Please sign in to comment.