Skip to content

Commit e873e62

Browse files
committed
chore(deps): update modules
1 parent 7807985 commit e873e62

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module github.com/hugomods/code-block-panel
22

3-
go 1.19
3+
go 1.19
4+
5+
require (
6+
github.com/hugomods/i18n-js v0.2.1 // indirect
7+
github.com/hugomods/snackbar v0.1.1 // indirect
8+
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/hugomods/i18n-js v0.2.1 h1:uIUl4LiYdwo8IK08oq7OmluYLedL21Wc9Rig1taDTSI=
2+
github.com/hugomods/i18n-js v0.2.1/go.mod h1:eJfxjgI2CQsNA1/ReIVvr5127DftUKcbHd2A2SQmDvU=
3+
github.com/hugomods/snackbar v0.1.1 h1:tw5RFmNL7Wc0YGkoMFAevJIZDCmVFwrMpQ4dPSF3BWQ=
4+
github.com/hugomods/snackbar v0.1.1/go.mod h1:ykFm0IFibeQPuPAm8Gaa27xJS/bNZcSez4omVSl2gQ0=

0 commit comments

Comments
 (0)