Skip to content

Commit

Permalink
Add go.mod
Browse files Browse the repository at this point in the history
Add go.mod for Go modules support.
  • Loading branch information
wojas committed Feb 11, 2020
1 parent c548e59 commit 8d889e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/klauspost/pgzip

go 1.13

require github.com/klauspost/compress v1.9.8
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/klauspost/compress v1.9.8 h1:VMAMUUOh+gaxKTMk+zqbjsSjsIcUcL/LF4o63i82QyA=
github.com/klauspost/compress v1.9.8/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=

0 comments on commit 8d889e8

Please sign in to comment.