Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 65152c1

Browse files
Update module github.com/pelletier/go-toml to v2
1 parent 6a52aaa commit 65152c1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
module github.com/suggestionsbot/lists
22

3-
go 1.19
3+
go 1.21.0
44

55
require (
66
github.com/go-playground/validator/v10 v10.11.1
77
github.com/gofiber/fiber/v2 v2.40.1
88
github.com/gofiber/keyauth/v2 v2.1.30
9+
github.com/gofiber/swagger v0.1.8
910
github.com/jackc/pgconn v1.13.0
1011
github.com/jackc/pgx/v4 v4.17.2
1112
github.com/joeycumines/go-dotnotation v0.0.0-20180131115956-2d3612e36c5d
1213
github.com/joho/godotenv v1.4.0
1314
github.com/pelletier/go-toml v1.9.5
15+
github.com/pelletier/go-toml/v2 v2.2.4
1416
github.com/swaggo/swag v1.8.9
1517
)
1618

@@ -24,7 +26,6 @@ require (
2426
github.com/go-playground/locales v0.14.0 // indirect
2527
github.com/go-playground/universal-translator v0.18.0 // indirect
2628
github.com/go-test/deep v1.0.8 // indirect
27-
github.com/gofiber/swagger v0.1.8 // indirect
2829
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
2930
github.com/jackc/pgio v1.0.0 // indirect
3031
github.com/jackc/pgpassfile v1.0.0 // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh
148148
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
149149
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
150150
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
151+
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
151152
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
152153
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
153154
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)