Skip to content

Commit

Permalink
修改go mod 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 25, 2020
1 parent 03bd491 commit 4e80ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
7 changes: 0 additions & 7 deletions example/go.mod

This file was deleted.

19 changes: 0 additions & 19 deletions example/go.sum

This file was deleted.

4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module groupcache
go 1.14

require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/groupcache v0.0.0
github.com/golang/protobuf v1.4.2
)

replace github.com/golang/groupcache v0.0.0 => ./

0 comments on commit 4e80ffe

Please sign in to comment.