Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
84c07ef4
Commit
84c07ef4
authored
Feb 6, 2020
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
update version info
parent
368d13ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmd/gen.go
+2
-2
2 additions, 2 deletions
cmd/gen.go
globals/version.go
+10
-179
10 additions, 179 deletions
globals/version.go
with
12 additions
and
181 deletions
cmd/gen.go
+
2
−
2
View file @
84c07ef4
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// Copyright © 20
19
Privategrity Corporation /
// Copyright © 20
20
Privategrity Corporation /
// /
// /
// All rights reserved. /
// All rights reserved. /
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
...
@@ -72,5 +72,5 @@ var packageTemplate = template.Must(template.New("").Parse(
...
@@ -72,5 +72,5 @@ var packageTemplate = template.Must(template.New("").Parse(
"// {{ .Timestamp }}
\n
"
+
"// {{ .Timestamp }}
\n
"
+
"package globals
\n\n
"
+
"package globals
\n\n
"
+
"const GITVERSION = `{{ .GITVER }}`
\n
"
+
"const GITVERSION = `{{ .GITVER }}`
\n
"
+
"const SEMVER =
\"
1.1.
0
\"\n
"
+
"const SEMVER =
\"
1.1.
1
\"\n
"
+
"const GLIDEDEPS = `{{ .GLIDEDEPS }}`
\n
"
))
"const GLIDEDEPS = `{{ .GLIDEDEPS }}`
\n
"
))
This diff is collapsed.
Click to expand it.
globals/version.go
+
10
−
179
View file @
84c07ef4
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 Privategrity Corporation /
// /
// All rights reserved. /
////////////////////////////////////////////////////////////////////////////////
// Code generated by go generate; DO NOT EDIT.
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// This file was generated by robots at
// 2020-0
1-29 12:25:24.3078584
-0800 ST
D
m=+0.
117535101
// 2020-0
2-06 14:09:54.442503
-0800
P
ST m=+0.
007064579
package
globals
package
globals
const
GITVERSION
=
`d3f8dd6 fixed a greatter then sign`
const
GITVERSION
=
`368d13e Merge branch 'XX-1807/Version-Tagging' into 'release'`
const
SEMVER
=
"1.1.0"
const
SEMVER
=
"1.1.1"
const
GLIDEDEPS
=
`hash: 1d2d2b561c9ab69ca26c5c10441883c15fc5491fbcd30bcc51e7f16d48d6e095
const
GLIDEDEPS
=
``
updated: 2019-10-18T10:25:42.8425249-07:00
imports:
- name: github.com/fsnotify/fsnotify
version: 4bf2d1fec78374803a39307bfb8d340688f4f28e
- name: github.com/golang-collections/collections
version: 604e922904d35e97f98a774db7881f049cd8d970
repo: https://github.com/golang-collections/collections.git
vcs: git
subpackages:
- stack
- name: github.com/golang/protobuf
version: 1680a479a2cfb3fa22b972af7e36d0a0fde47bf8
subpackages:
- proto
- protoc-gen-go/descriptor
- ptypes
- ptypes/any
- ptypes/duration
- ptypes/timestamp
- name: github.com/hashicorp/hcl
version: 914dc3f8dd7c463188c73fc47e9ced82a6e421ca
subpackages:
- hcl/ast
- hcl/parser
- hcl/printer
- hcl/scanner
- hcl/strconv
- hcl/token
- json/parser
- json/scanner
- json/token
- name: github.com/inconshreveable/mousetrap
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
- name: github.com/magiconair/properties
version: de8848e004dd33dc07a2947b3d76f618a7fc7ef1
- name: github.com/mitchellh/go-homedir
version: af06845cf3004701891bf4fdb884bfe4920b3727
repo: https://github.com/mitchellh/go-homedir.git
vcs: git
- name: github.com/mitchellh/mapstructure
version: 3536a929edddb9a5b34bd6861dc4a9647cb459fe
- name: github.com/pelletier/go-toml
version: e87c92d4f423f333363e6d45b03f65ff8becd029
- name: github.com/pkg/errors
version: 27936f6d90f9c8e1145f11ed52ffffbfdb9e0af7
- name: github.com/spf13/afero
version: 588a75ec4f32903aa5e39a2619ba6a4631e28424
subpackages:
- mem
- name: github.com/spf13/cast
version: c01685bb8421cecb276fa517e91f757215f980b3
- name: github.com/spf13/cobra
version: f2b07da1e2c38d5f12845a4f607e2e1018cbb1f5
subpackages:
- cobra
- name: github.com/spf13/jwalterweatherman
version: 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1
- name: github.com/spf13/pflag
version: 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
- name: github.com/spf13/viper
version: 40e41dd2240a2ae3f6b0a908ad9ddc6cefd5e456
- name: github.com/subosito/gotenv
version: de67a6614a4de71ad5e380b6946e56ab957d58c5
- name: github.com/xeipuuv/gojsonschema
version: 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927
vcs: git
- name: gitlab.com/elixxir/comms
version: 52224bff4ee219b49c193179753e1eec951941be
repo: git@gitlab.com:elixxir/comms
vcs: git
subpackages:
- client
- connect
- gateway
- mixmessages
- registration
- name: gitlab.com/elixxir/crypto
version: d12eb719b4d870929c5f5b346b604a437304cbab
repo: git@gitlab.com:elixxir/crypto
vcs: git
subpackages:
- cmix
- csprng
- cyclic
- diffieHellman
- e2e
- hash
- large
- registration
- signature/rsa
- tls
- name: gitlab.com/elixxir/primitives
version: ab1ce1d42c85b39161a8d58a5d9c1c2f76ca9771
repo: git@gitlab.com:elixxir/primitives
vcs: git
subpackages:
- circuit
- format
- id
- ndf
- switchboard
- utils
- name: golang.org/x/crypto
version: 87dc89f01550277dc22b74ffcf4cd89fa2f40f4c
subpackages:
- blake2b
- hkdf
- name: golang.org/x/net
version: da9a3fd4c5820e74b24a6cb7fb438dc9b0dd377c
subpackages:
- context
- http/httpguts
- http2
- http2/hpack
- idna
- internal/timeseries
- trace
- name: golang.org/x/sys
version: 727590c5006e77ca5247972f47e877f4929fc985
subpackages:
- cpu
- unix
- name: golang.org/x/text
version: 3d0f7978add91030e5e8976ff65ccdd828286cba
subpackages:
- secure/bidirule
- transform
- unicode/bidi
- unicode/norm
- name: google.golang.org/genproto
version: 548a555dbc03994223efbaba0090152849259498
subpackages:
- googleapis/rpc/status
- name: google.golang.org/grpc
version: 7c3115d8bba8df106f26e55d52db456ed42893f8
subpackages:
- backoff
- balancer
- balancer/base
- balancer/roundrobin
- binarylog/grpc_binarylog_v1
- codes
- connectivity
- credentials
- credentials/internal
- encoding
- encoding/proto
- grpclog
- internal
- internal/backoff
- internal/balancerload
- internal/binarylog
- internal/channelz
- internal/envconfig
- internal/grpcrand
- internal/grpcsync
- internal/syscall
- internal/transport
- keepalive
- metadata
- naming
- peer
- reflection
- reflection/grpc_reflection_v1alpha
- resolver
- resolver/dns
- resolver/passthrough
- serviceconfig
- stats
- status
- tap
- name: gopkg.in/yaml.v2
version: f221b8435cfb71e54062f6c6e99e9ade30b124d5
testImports: []
`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment