diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-29 12:32:08 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-29 12:32:08 +0200 |
commit | b3a53977baa3b5350e38ee96f27a051de37f694f (patch) | |
tree | b0176089a16301be57c5b2d9ad4198a113ef1bd2 /pkg/instance/instance_test.go | |
parent | 621865f5707eaca22d4a0d162a5390b8440f6b40 (diff) |
changed module name, s/golang/gitv0.2.1
Diffstat (limited to 'pkg/instance/instance_test.go')
-rw-r--r-- | pkg/instance/instance_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/instance/instance_test.go b/pkg/instance/instance_test.go index 3f8dced..1706e86 100644 --- a/pkg/instance/instance_test.go +++ b/pkg/instance/instance_test.go @@ -5,7 +5,7 @@ import ( "net/http/httptest" "testing" - "golang.sigsum.org/sigsum-log-go/pkg/types" + "git.sigsum.org/sigsum-log-go/pkg/types" ) // TestHandlers check that the expected handlers are configured |