Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf committed Apr 10, 2021
1 parent a32f4e9 commit 83ef5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module nc-shell

go 1.15
go 1.16

require (
github.com/GeertJohan/go.rice v1.0.2
Expand All @@ -9,4 +9,5 @@ require (
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/spf13/cobra v1.1.1
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/text v0.3.2 // indirect
)

0 comments on commit 83ef5ca

Please sign in to comment.