We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea99bf commit 5f81a99Copy full SHA for 5f81a99
go.mod
@@ -4,7 +4,7 @@ go 1.14
4
5
require (
6
github.com/antonmedv/expr v1.9.0
7
- github.com/go-spring/spring-base v1.1.3-0.20221009074117-5fc71d4a6063
+ github.com/go-spring/spring-base v1.1.3
8
github.com/golang/mock v1.6.0
9
github.com/google/uuid v1.3.0
10
github.com/magiconair/properties v1.8.5
gs/gs_version.go
@@ -17,6 +17,6 @@
17
package gs
18
19
const (
20
- Version = "[email protected].2"
+ Version = "[email protected].3"
21
Website = "https://go-spring.com/"
22
)
0 commit comments