File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ 3.4.0] - 2023-11-19
7
+
8
+ ### Added
9
+
10
+ - Configurable hashing (thanks @larrycinnabar , @stephenafamo )
11
+ - Compatability with http.ResponseController.Unwrap interface (thanks @stephenafamo )
12
+
13
+ ### Security
14
+
15
+ - Bump dependencies, change min Go version to 1.20
16
+
6
17
## [ 3.3.0] - 2023-09-28
7
18
8
19
### Added
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/boombuler/barcode v1.0.1 // indirect
15
15
github.com/davecgh/go-spew v1.1.1 // indirect
16
16
github.com/golang/protobuf v1.5.3 // indirect
17
- golang.org/x/net v0.10 .0 // indirect
17
+ golang.org/x/net v0.17 .0 // indirect
18
18
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
19
19
google.golang.org/appengine v1.6.7 // indirect
20
20
google.golang.org/protobuf v1.29.1 // indirect
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
25
25
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc =
26
26
golang.org/x/crypto v0.14.0 /go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4 =
27
27
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 /go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks =
28
- golang.org/x/net v0.10 .0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M =
29
- golang.org/x/net v0.10 .0 /go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg =
28
+ golang.org/x/net v0.17 .0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
29
+ golang.org/x/net v0.17 .0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
30
30
golang.org/x/oauth2 v0.6.0 h1:Lh8GPgSKBfWSwFvtuWOfeI3aAAnbXTSutYxJiOJFgIw =
31
31
golang.org/x/oauth2 v0.6.0 /go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw =
32
32
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments