diff --git a/admin/go.mod b/admin/go.mod index bea216c..6c170ec 100644 --- a/admin/go.mod +++ b/admin/go.mod @@ -1,6 +1,6 @@ module github.com/mrhid6/vantage/admin -go 1.26.4 +go 1.26 require ( github.com/gin-gonic/gin v1.10.0 diff --git a/go.work b/go.work index 9e3bdca..d32d8cf 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.26.4 +go 1.26 use ( ./admin diff --git a/server/go.mod b/server/go.mod index 85af815..66c7414 100644 --- a/server/go.mod +++ b/server/go.mod @@ -1,6 +1,6 @@ module github.com/mrhid6/vantage/server -go 1.26.4 +go 1.26 require ( github.com/coreos/go-oidc/v3 v3.18.0 diff --git a/shared/go.mod b/shared/go.mod index 9aaff77..f4f9122 100644 --- a/shared/go.mod +++ b/shared/go.mod @@ -1,6 +1,6 @@ module github.com/mrhid6/vantage/shared -go 1.26.4 +go 1.26 require ( github.com/google/uuid v1.6.0 diff --git a/sitesvc/go.mod b/sitesvc/go.mod index f2bb26c..7113ede 100644 --- a/sitesvc/go.mod +++ b/sitesvc/go.mod @@ -1,6 +1,6 @@ module github.com/mrhid6/vantage/sitesvc -go 1.26.4 +go 1.26 require ( github.com/google/uuid v1.6.0