Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aporeto-inc/elemental into releas…
Browse files Browse the repository at this point in the history
…e-3.11.0
  • Loading branch information
CyrilPeponnet committed Aug 21, 2019
2 parents 1d4088b + 8b3744f commit 3bf2e9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/elegen/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func attrToField(set spec.SpecificationSet, shadow bool, attr *spec.Attribute) s

json := exposedName
msgpack := exposedName
bson := strings.ToLower(exposedName)
bson := strings.ToLower(attr.Name)

if !attr.Exposed {
json = "-"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
github.com/spf13/viper v1.4.0
github.com/ugorji/go v1.1.4
go.aporeto.io/regolithe v1.39.0
go.aporeto.io/regolithe v1.40.0
go.uber.org/zap v1.10.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/tools v0.0.0-20190628185430-d5de6b6fc58b
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ github.com/xeipuuv/gojsonschema v1.1.0 h1:ngVtJC9TY/lg0AA/1k48FYhBrhRoFlEmWzsehp
github.com/xeipuuv/gojsonschema v1.1.0/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
go.aporeto.io/regolithe v1.39.0 h1:RdHOAOWejbQVlQFtyeLrcHgtBaLPgKm8mETmda+Cjsg=
go.aporeto.io/regolithe v1.39.0/go.mod h1:n5Wi2kGXJ+eZe4fUTiVZ++RlgIo3DKiG71I7TV1Pfz4=
go.aporeto.io/regolithe v1.40.0 h1:zpu1PBDeQG4V1vG9auzyEIoxtr/VUHsSWU9jaSlzFbQ=
go.aporeto.io/regolithe v1.40.0/go.mod h1:n5Wi2kGXJ+eZe4fUTiVZ++RlgIo3DKiG71I7TV1Pfz4=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.uber.org/atomic v1.4.0 h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
Expand Down

0 comments on commit 3bf2e9b

Please sign in to comment.