Skip to content

Commit

Permalink
Replace dep with mod (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevburnsjr committed Sep 23, 2019
1 parent 4d8e9c2 commit b95b3e0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 42 deletions.
31 changes: 0 additions & 31 deletions Gopkg.lock

This file was deleted.

11 changes: 0 additions & 11 deletions Gopkg.toml

This file was deleted.

8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/kevburnsjr/microcache

go 1.13

require (
github.com/golang/snappy v0.0.1
github.com/hashicorp/golang-lru v0.5.3
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/hashicorp/golang-lru v0.5.3 h1:YPkqC67at8FYaadspW/6uE0COsBxS2656RLEr8Bppgk=
github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=

0 comments on commit b95b3e0

Please sign in to comment.