Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>

Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Oct 13, 2022
1 parent 8033e31 commit a322869
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ require (
gomodules.xyz/flags v0.1.3 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
gomodules.xyz/mergo v0.3.13 // indirect
gomodules.xyz/password-generator v0.2.8 // indirect
gomodules.xyz/password-generator v0.2.9 // indirect
gomodules.xyz/sets v0.2.1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,8 @@ gomodules.xyz/logs v0.0.6 h1:8+9Wkud5yBPtIvkVszubyTeFxNII30lWODom0+GZD8U=
gomodules.xyz/logs v0.0.6/go.mod h1:Q+fFtZFLEB5q86KmDehXCGuMP72Rv+Rwz0KuVxK+Gi4=
gomodules.xyz/mergo v0.3.13 h1:q6cL/MMXZH/MrR2+yjSihFFq6UifXqjwaqI48B6cMEM=
gomodules.xyz/mergo v0.3.13/go.mod h1:F/2rKC7j0URTnHUKDiTiLcGdLMhdv8jK2Za3cRTUVmc=
gomodules.xyz/password-generator v0.2.8 h1:yQg+Yb2AeCtTfcbsNsy84h0dhW9rH7Z0rYsH/7LQ5mM=
gomodules.xyz/password-generator v0.2.8/go.mod h1:TvwYYTx9+P1pPwKQKfZgB/wr2Id9MqAQ3B5auY7reNg=
gomodules.xyz/password-generator v0.2.9 h1:qYoXoA61+9zs9A1scffefCgcRGpi9Tw1LsTkIe4bEno=
gomodules.xyz/password-generator v0.2.9/go.mod h1:TvwYYTx9+P1pPwKQKfZgB/wr2Id9MqAQ3B5auY7reNg=
gomodules.xyz/pointer v0.1.0 h1:sG2UKrYVSo6E3r4itAjXfPfe4fuXMi0KdyTHpR3vGCg=
gomodules.xyz/pointer v0.1.0/go.mod h1:sPLsC0+yLTRecUiC5yVlyvXhZ6LAGojNCRWNNqoplvo=
gomodules.xyz/runtime v0.3.0 h1:Fgf3fjIE3xY/sswO73iRBeR3mundZAjlY42fQPigPR0=
Expand Down
2 changes: 1 addition & 1 deletion vendor/gomodules.xyz/password-generator/password.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
len_unreserved = len(unreserved)
reserved = []byte(`!#$&'()*+,/:;=?@[]`)
len_reserved = len(reserved)
simple_symbols = []byte(`!$&()*.;_~`) // ref: https://github.com/golang/go/blob/release-branch.go1.15/src/net/url/url.go#L1158-L1186 , missing: Unreserved | Reserved - #/?[]':+@,-=
simple_symbols = []byte(`!()*.;_~`) // ref: https://github.com/golang/go/blob/release-branch.go1.15/src/net/url/url.go#L1158-L1186 , missing: Unreserved | Reserved - #/?[]':+@,-=$&
len_simple_symbols = len(simple_symbols)
symbols = []byte(`!"#$%&'()*+,-./:;<=>?@^[\]_{|}~` + "`")
len_symbols = len(symbols)
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ gomodules.xyz/logs
# gomodules.xyz/mergo v0.3.13
## explicit; go 1.13
gomodules.xyz/mergo
# gomodules.xyz/password-generator v0.2.8
# gomodules.xyz/password-generator v0.2.9
## explicit; go 1.15
gomodules.xyz/password-generator
# gomodules.xyz/pointer v0.1.0
Expand Down

0 comments on commit a322869

Please sign in to comment.