We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7807985 commit e873e62Copy full SHA for e873e62
go.mod
@@ -1,3 +1,8 @@
1
module github.com/hugomods/code-block-panel
2
3
-go 1.19
+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
@@ -0,0 +1,4 @@
+github.com/hugomods/i18n-js v0.2.1 h1:uIUl4LiYdwo8IK08oq7OmluYLedL21Wc9Rig1taDTSI=
+github.com/hugomods/i18n-js v0.2.1/go.mod h1:eJfxjgI2CQsNA1/ReIVvr5127DftUKcbHd2A2SQmDvU=
+github.com/hugomods/snackbar v0.1.1 h1:tw5RFmNL7Wc0YGkoMFAevJIZDCmVFwrMpQ4dPSF3BWQ=
+github.com/hugomods/snackbar v0.1.1/go.mod h1:ykFm0IFibeQPuPAm8Gaa27xJS/bNZcSez4omVSl2gQ0=
0 commit comments