Skip to content
Snippets Groups Projects
Commit f21cbc0c authored by Jake Taylor's avatar Jake Taylor
Browse files

fix Makefile

parent 1e874329
No related branches found
No related tags found
2 merge requests!510Release,!238Hotfix/e2e client
......@@ -2,7 +2,7 @@
version:
go run main.go generate
sed -i.bak 's/package\ cmd/package\ api/g' version_vars.go
sed -i.bak 's/package\ cmd/package\ xxdk/g' version_vars.go
mv version_vars.go xxdk/version_vars.go
clean:
......
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-06-06 16:30:34.245821 -0500 CDT m=+0.030165276
// 2022-06-16 12:41:25.706495 -0500 CDT m=+0.027317522
package xxdk
const GITVERSION = `48285297 Merge branch 'restructure' into 'release'`
const GITVERSION = `1e874329 fix Makefile`
const SEMVER = "4.2.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client
......@@ -58,7 +58,6 @@ require (
gitlab.com/xx_network/ring v0.0.3-0.20220222211904-da613960ad93 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment