Skip to content

Commit

Permalink
(mod): Add go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
erbesharat committed Sep 6, 2019
1 parent 41d1787 commit adc60ce
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go.mod
@@ -0,0 +1,9 @@
module go.okkur.org/gomods

go 1.13

require (
github.com/caddyserver/caddy v1.0.3
github.com/gomods/athens v0.5.0
github.com/spf13/afero v1.2.2
)

0 comments on commit adc60ce

Please sign in to comment.