mirror of
https://git.robbyzambito.me/robby/vawg.git
synced 2025-12-21 03:54:51 +00:00
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:
11
go.mod
11
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user