Skip to content

Commit

Permalink
Security bumps >go.mod
Browse files Browse the repository at this point in the history
gcla/termshark#157

Make sure to run 'go mod tidy' as this was an in-situ edit of go.mod.
  • Loading branch information
bucketcat authored Dec 5, 2023
1 parent ecd00ed commit f80d34f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

golang.org/x/net v0.7.0 //https://github.com/gcla/termshark/issues/157
golang.org/x/text v0.3.8 //https://github.com/gcla/termshark/issues/157 Run 'go mod tidy' after build to fix go.sum
)

0 comments on commit f80d34f

Please sign in to comment.