Updated module path to reflect new git server.

Also bumped version to the most recent go and algorand-sdk versions.
This commit is contained in:
2021-08-22 20:44:43 -04:00
parent 44f89fe210
commit 30d3ce0c43
2 changed files with 10 additions and 3 deletions

11
go.mod
View File

@@ -1,5 +1,10 @@
module git.robbyzambito.me/Zambyte/vawg/v2
module git.robbyzambito.me/robby/vawg/v2
go 1.16
go 1.17
require github.com/algorand/go-algorand-sdk v1.5.1
require github.com/algorand/go-algorand-sdk v1.10.0
require (
github.com/algorand/go-codec/codec v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
)