Skip to content

Commit

Permalink
move go mod to top
Browse files Browse the repository at this point in the history
  • Loading branch information
suqin-haha committed Jun 1, 2023
1 parent 5583076 commit 43d0023
Show file tree
Hide file tree
Showing 23 changed files with 15 additions and 1,377 deletions.
3 changes: 0 additions & 3 deletions attributes/go.mod

This file was deleted.

2 changes: 1 addition & 1 deletion attributes/safe/util.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package safe

import "github.com/scim2/tools/attributes"
import "github.com/memsql/scimtools/attributes"

// GetBool searches the given map for a boolean that matches the given id.
// Returns false if not found.
Expand Down
2 changes: 1 addition & 1 deletion attributes/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package attributes_test

import (
"fmt"
"github.com/scim2/tools/attributes"
"github.com/memsql/scimtools/attributes"
)

func ExampleContains() {
Expand Down
2 changes: 1 addition & 1 deletion fuzz/fuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

"github.com/google/gofuzz"
"github.com/scim2/tools/schema"
"github.com/memsql/scimtools/schema"
)

type Fuzzer struct {
Expand Down
8 changes: 0 additions & 8 deletions fuzz/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions fuzz/go.sum

This file was deleted.

2 changes: 1 addition & 1 deletion fuzz/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package fuzz
import (
"testing"

"github.com/scim2/tools/schema"
"github.com/memsql/scimtools/schema"
)

func TestReferenceSchemaNeverEmpty(t *testing.T) {
Expand Down
5 changes: 0 additions & 5 deletions generate/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions generate/go.sum

This file was deleted.

2 changes: 1 addition & 1 deletion generate/struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sort"
"strings"

"github.com/scim2/tools/schema"
"github.com/memsql/scimtools/schema"
)

type StructGenerator struct {
Expand Down
5 changes: 3 additions & 2 deletions generate/struct_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import (
"fmt"
"testing"

"github.com/scim2/tools/generate"
"github.com/scim2/tools/schema"
"github.com/memsql/scimtools/schema"

"github.com/memsql/scimtools/generate"
)

func TestGenerateStruct(t *testing.T) {
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/memsql/scimtools

go 1.19

require github.com/google/gofuzz v1.2.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
293 changes: 0 additions & 293 deletions marshal/decode.go

This file was deleted.

Loading

0 comments on commit 43d0023

Please sign in to comment.