Fix module
continuous-integration/woodpecker the build was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main v0.0.2
jolheiser 2021-11-09 22:12:23 -06:00
parent 99cae4edc2
commit 36c87f69dc
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"os" "os"
"strings" "strings"
"go.jolheiser.com/spectre" "go.jolheiser.com/go-spectre"
) )
func main() { func main() {

2
go.mod
View File

@ -1,4 +1,4 @@
module go.jolheiser.com/spectre module go.jolheiser.com/go-spectre
go 1.17 go 1.17

View File

@ -6,7 +6,7 @@ import (
"strconv" "strconv"
"testing" "testing"
"go.jolheiser.com/spectre" "go.jolheiser.com/go-spectre"
) )
func TestSpectre(t *testing.T) { func TestSpectre(t *testing.T) {