Skip to content

Commit

Permalink
Merge pull request #89 from ianferguson/ianferguson/gov1.17
Browse files Browse the repository at this point in the history
go v1.17 & go mod tidy -v -compat=1.17
  • Loading branch information
jamiealquiza authored Feb 10, 2022
2 parents 5156018 + a0858c4 commit 309030b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github.com/jamiealquiza/bicache/v2

go 1.15
go 1.17

require (
github.com/jamiealquiza/bicache v2.0.0+incompatible
github.com/jamiealquiza/fnv v1.0.0
github.com/jamiealquiza/tachymeter v2.0.0+incompatible
)
3 changes: 0 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
github.com/jamiealquiza/bicache v1.0.0 h1:WsiPPV5oWP/cYKBFaLkdpMt2Ft/M/Q2kntUGlzM2b1Q=
github.com/jamiealquiza/bicache v2.0.0+incompatible h1:0V+RlPLr4g9PkC2CZdZg/6NlN6bgdhlqdEsP1Fm6Q8U=
github.com/jamiealquiza/bicache v2.0.0+incompatible/go.mod h1:xSPiksbz+HyGfZ+2f5KngWsTJex9wUilkK4sIdXDgUM=
github.com/jamiealquiza/fnv v1.0.0 h1:4NwlkaoZiLhqk008EY5+MTGVPRQZgRG/6B7+jN7ueT8=
github.com/jamiealquiza/fnv v1.0.0/go.mod h1:iJRnFlvFvZpWKZd+KljYXcyQLasMIKAVuQhx63P4DUk=
github.com/jamiealquiza/tachymeter v2.0.0+incompatible h1:mGiF1DGo8l6vnGT8FXNNcIXht/YmjzfraiUprXYwJ6g=
Expand Down

0 comments on commit 309030b

Please sign in to comment.