Skip to content

Commit

Permalink
Tidied up go-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaumgarten committed Aug 15, 2021
1 parent 05e1cdb commit 88b90a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 114 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ require (
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/fatih/color v1.9.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/go-serve/bindatafs v0.0.0-20180828091044-2f268e76aac4 // indirect
github.com/google/go-dap v0.2.0
github.com/google/go-dap v0.3.0
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/mitchellh/go-homedir v1.1.0
github.com/pmezard/go-difflib v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
golang.org/x/tools v0.1.0 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v2 v2.2.7
github.com/google/go-dap v0.3.0
)
github.com/go-serve/bindatafs v0.0.0-20180828091044-2f268e76aac4 // indirect
)
Loading

0 comments on commit 88b90a6

Please sign in to comment.