Fix go.mod for rpn calc

This commit is contained in:
Pavle Portic 2024-01-09 10:34:04 +01:00
parent 9078c5efc8
commit 1e0f5625cd
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
3 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,6 @@
LICENSE
init.sh
go.mod
go.sum
custom_colemak
config_template.yaml

2
go.mod
View File

@ -1,3 +1,5 @@
module gitea.theedgeofrage.com/theedgeofrage/dotfiles
go 1.21.5
require gitea.theedgeofrage.com/theedgeofrage/rpn v0.0.1 // indirect

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
gitea.theedgeofrage.com/theedgeofrage/rpn v0.0.1 h1:wicM7tt30dGoJH1GhyqE9j3/g6ChP6OEVMRyBmoApUk=
gitea.theedgeofrage.com/theedgeofrage/rpn v0.0.1/go.mod h1:9fiUuhrT1n71psLZGAvan23iRhH9q9TxiCaXt0Gv/ck=