Skip to content

Commit

Permalink
[WR134] Identity Update Password
Browse files Browse the repository at this point in the history
  • Loading branch information
rosasck committed Sep 14, 2021
1 parent 56bc03e commit 03ec238
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 13 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const (
SecretNameMetadataKey = "secretName"
SecretVersionMetadataKey = "version"
SecretValueDataKey = "secretValue"
AccountApplicationName = "account"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/tozny/e3db-go/v2

go 1.15
go 1.16

require (
github.com/google/uuid v1.2.0
github.com/jawher/mow.cli v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/tozny/e3db-clients-go v0.0.149
github.com/tozny/e3db-clients-go v0.0.159
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
)

0 comments on commit 03ec238

Please sign in to comment.