Skip to content

Commit

Permalink
feat: add version path to go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
FrontSide committed Sep 20, 2021
1 parent 6d2cf54 commit 61ae37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module github.com/aylien/aylien_newsapi_go
module github.com/aylien/aylien_newsapi_go/v5

go 1.14

require (
github.com/antihax/optional v1.0.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45

)
1 change: 0 additions & 1 deletion v4

This file was deleted.

0 comments on commit 61ae37b

Please sign in to comment.