Skip to content

Commit

Permalink
one more eephttpd update
Browse files Browse the repository at this point in the history
  • Loading branch information
idk committed Oct 14, 2019
1 parent ba09961 commit 070d8f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fmt:

USER_GH=eyedeekay
packagename=gitsam
VERSION=0.0.97
VERSION=0.0.98

tag:
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "I2P Tunnel Management tool for Go applications"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/boltdb/bolt v1.3.1 // indirect
github.com/d5/tengo v1.24.3
github.com/eyedeekay/checki2cp v0.0.0-20190711025647-bb48a7ebe468
github.com/eyedeekay/eephttpd v0.0.94
github.com/eyedeekay/eephttpd v0.0.95
github.com/eyedeekay/go-i2cp v0.0.0-20190716135428-6d41bed718b0
github.com/eyedeekay/ramp v0.0.0-20190429201811-305b382042ab
github.com/eyedeekay/sam-forwarder v0.32.1-0.20190928041036-d2f767dbe008
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ github.com/eyedeekay/eephttpd v0.0.93 h1:3aiiiOSAP8jbQQXPnPvErSXz8C5mknb42qPPe1V
github.com/eyedeekay/eephttpd v0.0.93/go.mod h1:CGC51oulngS7405ewlEy/c8pvSYLSHzZRB2TWEMsdH8=
github.com/eyedeekay/eephttpd v0.0.94 h1:PJGGfC58Dy6nUw5W0Xhw837IxgoMQ7GkMG4J8GG9+3Q=
github.com/eyedeekay/eephttpd v0.0.94/go.mod h1:CGC51oulngS7405ewlEy/c8pvSYLSHzZRB2TWEMsdH8=
github.com/eyedeekay/eephttpd v0.0.95 h1:t2cGW/MjDDn9rv5UjnYxefiS6HcJIN5R2XwHdAGWbUk=
github.com/eyedeekay/eephttpd v0.0.95/go.mod h1:CGC51oulngS7405ewlEy/c8pvSYLSHzZRB2TWEMsdH8=
github.com/eyedeekay/go-i2cp v0.0.0-20190716135428-6d41bed718b0 h1:rnn9OlD/3+tATEZNuiMR1C84O5CX8bZL2qqgttprKrw=
github.com/eyedeekay/go-i2cp v0.0.0-20190716135428-6d41bed718b0/go.mod h1:+P0fIhkqIYjo7exMJRTlSteRMbRyHbiBiKw+YlPWk+c=
github.com/eyedeekay/goSam v0.1.1-0.20190814204230-d4c9b8c57dd6 h1:+5eM/MhjGMWCGQCCqn9pb1bmvoRewweWhOaE6fA7kZ0=
Expand Down

0 comments on commit 070d8f0

Please sign in to comment.