Compare commits

...

1 Commits

Author SHA1 Message Date
dacc97e2ce v0.0.297
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m1s
2023-11-01 00:31:51 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
package {{.PkgName}}
import "crypto/rand"
import "crypto/sha256"
import "fmt"
import "github.com/go-playground/validator/v10"
import "github.com/rs/zerolog/log"

View File

@@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.296"
const GoextVersion = "0.0.297"
const GoextVersionTimestamp = "2023-11-01T00:29:58+0100"
const GoextVersionTimestamp = "2023-11-01T00:31:51+0100"