Skip to content

Commit

Permalink
clean go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sequix committed Jan 17, 2021
1 parent a711628 commit 6b1b99b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module github.com/sequix/fscache

go 1.15

require (
github.com/gofrs/flock v0.8.0 // indirect
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
)
require golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/gofrs/flock v0.8.0 h1:MSdYClljsF3PbENUUEx85nkWfJSGfzYI9yEBZOJz6CY=
github.com/gofrs/flock v0.8.0/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU=
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061 h1:DQmQoKxQWtyybCtX/3dIuDBcAhFszqq8YiNeS6sNu1c=
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 comments on commit 6b1b99b

Please sign in to comment.