Skip to content

Commit

Permalink
Bumping golang version to 1.21 in modules
Browse files Browse the repository at this point in the history
  • Loading branch information
javuto committed Jan 11, 2024
1 parent ca72274 commit 1935d0d
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion admin/auth/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module admin/auth

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/admin/sessions => ../../admin/sessions

Expand Down
2 changes: 1 addition & 1 deletion admin/handlers/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module admin/handlers

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/admin/sessions => ../../admin/sessions

Expand Down
2 changes: 1 addition & 1 deletion admin/sessions/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module admin/sessions

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/environments => ../../environments

Expand Down
2 changes: 1 addition & 1 deletion api/handlers/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module api/handlers

go 1.20
go 1.21
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module backend

go 1.20
go 1.21

require (
github.com/spf13/viper v1.18.2
Expand Down
2 changes: 1 addition & 1 deletion cache/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cache

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion carves/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module carves

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion environments/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module environments

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module osctrl

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/admin/auth => ./admin/auth

Expand Down
2 changes: 1 addition & 1 deletion logging/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module logging

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/backend => ../backend

Expand Down
2 changes: 1 addition & 1 deletion metrics/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module metrics

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/types => ../types

Expand Down
2 changes: 1 addition & 1 deletion nodes/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module nodes

go 1.20
go 1.21

require (
github.com/jinzhu/gorm v1.9.16
Expand Down
2 changes: 1 addition & 1 deletion queries/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module queries

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion settings/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module settings

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion tags/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tags

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion tls/handlers/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jmpsec/osctrl/tls/handlers

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/backend => ../../backend

Expand Down
2 changes: 1 addition & 1 deletion types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module types

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion users/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module users

go 1.20
go 1.21

replace github.com/jmpsec/osctrl/nodes => ../nodes

Expand Down
2 changes: 1 addition & 1 deletion utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module utils

go 1.18
go 1.21

require (
github.com/google/uuid v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion version/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module version

go 1.20
go 1.21

require github.com/stretchr/testify v1.8.1

Expand Down

0 comments on commit 1935d0d

Please sign in to comment.