Enhance Go CI (#99)

This commit is contained in:
Thomas Miceli
2023-09-17 02:55:17 +02:00
committed by GitHub
parent fe674ac88b
commit 3943b53163
6 changed files with 70 additions and 40 deletions

5
go.mod
View File

@ -6,10 +6,12 @@ require (
github.com/go-playground/validator/v10 v10.11.0
github.com/google/uuid v1.3.0
github.com/gorilla/sessions v1.2.1
github.com/hashicorp/go-memdb v1.3.4
github.com/labstack/echo/v4 v4.10.0
github.com/markbates/goth v1.77.0
github.com/mattn/go-sqlite3 v1.14.13
github.com/rs/zerolog v1.29.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.2.0
golang.org/x/text v0.7.0
gopkg.in/yaml.v3 v3.0.1
@ -27,7 +29,6 @@ require (
github.com/gorilla/mux v1.6.2 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-memdb v1.3.4 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
@ -36,8 +37,6 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/net v0.7.0 // indirect