updated git path in test file

This commit is contained in:
Lars Hoogestraat 2020-02-20 23:10:04 +01:00
parent 2d6d27f1c4
commit e0b11aecce
4 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
"git.hoogi.eu/cfg"
"git.hoogi.eu/snafu/cfg"
)
func TestStandardConfig(t *testing.T) {

2
go.mod
View File

@ -1,3 +1,5 @@
module git.hoogi.eu/snafu/cfg
go 1.13
require git.hoogi.eu/snafu/cfg v1.0.1 // indirect

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
git.hoogi.eu/snafu/cfg v1.0.1 h1:Oz7v1Sei1gISlqh1xOJGArA+VQdOWB0dhXuJ/0SCrZ0=
git.hoogi.eu/snafu/cfg v1.0.1/go.mod h1:+MNsW3r2nSt2ESUBMEDh76Yl5fIy1k/DVheCBtatvnk=

View File

@ -5,7 +5,7 @@ import (
"os"
"strings"
"git.hoogi.eu/cfg"
"git.hoogi.eu/snafu/cfg"
)
type Settings struct {