21
0
Fork 0

v0.0.297
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m1s Details

This commit is contained in:
Mike Schwörer 2023-11-01 00:31:51 +01:00
parent f8c0c0afa0
commit dacc97e2ce
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
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"