Skip to content

Commit

Permalink
upgrade to Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed Oct 20, 2020
1 parent 474bdf4 commit 3fc257e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ _testmain.go
*.prof

httpstat
go.sum
14 changes: 8 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module github.com/httpstat

go 1.15

require (
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f
golang.org/x/sys v0.0.0-20180920110915-d641721ec2de
golang.org/x/text v0.3.0
github.com/fatih/color v1.9.0
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.12
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13
golang.org/x/text v0.3.3
)

0 comments on commit 3fc257e

Please sign in to comment.