feat: add go.mod

This commit is contained in:
2025-08-15 17:22:07 +03:00
committed by GitHub
parent 18294d1c9c
commit f3d3179d69

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module github.com/ivuorinen/tsm
go 1.24
require (
github.com/spf13/viper v1.18.2
)