Fix module
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>main v0.0.2
parent
99cae4edc2
commit
36c87f69dc
|
@ -6,7 +6,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"go.jolheiser.com/spectre"
|
||||
"go.jolheiser.com/go-spectre"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module go.jolheiser.com/spectre
|
||||
module go.jolheiser.com/go-spectre
|
||||
|
||||
go 1.17
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"strconv"
|
||||
"testing"
|
||||
|
||||
"go.jolheiser.com/spectre"
|
||||
"go.jolheiser.com/go-spectre"
|
||||
)
|
||||
|
||||
func TestSpectre(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue