Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Revert "fix: Update to GO 1.18 so scan works on new projects" #79

Merged
merged 1 commit into from Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 7 additions & 33 deletions go.mod
@@ -1,42 +1,16 @@
module github.com/praetorian-inc/gokart

go 1.18
go 1.16

require (
github.com/fatih/color v1.13.0
github.com/fatih/color v1.12.0
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-cmp v0.5.5
github.com/lithammer/dedent v1.1.0
github.com/owenrumney/go-sarif v1.1.1
github.com/owenrumney/go-sarif v1.0.11
github.com/segmentio/fasthash v1.0.3
github.com/spf13/cobra v1.4.0
golang.org/x/tools v0.1.10
gopkg.in/yaml.v3 v3.0.0
)

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.3.1 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20220524220425-1d687d428aca // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
github.com/spf13/cobra v1.2.1
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.1.2
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)