Skip to content

Commit

Permalink
Also update Go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyoder committed Jul 31, 2023
1 parent 628bc9d commit 2918b19
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 21 deletions.
6 changes: 3 additions & 3 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/examples

go 1.17
go 1.20

require (
github.com/gomarkdown/markdown v0.0.0-20220310201231-552c6011c0b8
Expand Down Expand Up @@ -75,6 +75,6 @@ require (
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
)
4 changes: 4 additions & 0 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,8 @@ golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 h1:SrN+KX8Art/Sf4HNj6Zcz06G7VEz+7w9tdXTPOZ7+l4=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand All @@ -926,6 +928,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
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 github.com/rstudio/platform-lib

go 1.17
go 1.20

require gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f

Expand Down
2 changes: 1 addition & 1 deletion pkg/rscache/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rscache

go 1.17
go 1.20

require (
github.com/dgraph-io/ristretto v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rscache/internal/integration_test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rscache/internal/integration_test

go 1.17
go 1.20

require (
github.com/dgraph-io/ristretto v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rselection/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rselection

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rselection/impls/local/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rselection/impls/local

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rselection/impls/pgx/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rselection/impls/pgx

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rslog/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rslog

go 1.17
go 1.20

require (
github.com/sirupsen/logrus v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsnotify/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsnotify

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsnotify/listeners/local/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsnotify/listeners/local

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsnotify/listeners/postgrespgx/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsnotify/listeners/postgrespgx

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsnotify/listeners/postgrespq/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsnotify/listeners/postgrespq

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsqueue/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsqueue

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsqueue/impls/database/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsqueue/impls/database

go 1.17
go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsstorage/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsstorage

go 1.17
go 1.20

require (
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsstorage/internal/integration_test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsstorage/internal/integration_test

go 1.17
go 1.20

require (
github.com/aws/aws-sdk-go v1.42.36
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsstorage/servers/file/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsstorage/servers/file

go 1.17
go 1.20

require (
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsstorage/servers/postgres/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsstorage/servers/postgres

go 1.17
go 1.20

require (
github.com/google/uuid v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/rsstorage/servers/s3server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rstudio/platform-lib/pkg/rsstorage/servers/s3server

go 1.17
go 1.20

require (
github.com/aws/aws-sdk-go v1.42.36
Expand Down

0 comments on commit 2918b19

Please sign in to comment.