Skip to content

Commit

Permalink
Remove sumup/x references
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraeger committed Feb 7, 2024
1 parent 41beee9 commit 5d5eb72
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ prefix type as generic argument.
Example:

```go
import "github.com/sumup/x/typeid"
import "github.com/sumup/typeid"

type UserPrefix struct{}

Expand Down
4 changes: 2 additions & 2 deletions benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.21.6
toolchain go1.21.7

require (
github.com/sumup/x v0.0.0-20240205105019-4312e7701e82
github.com/sumup/typeid v0.0.0-20240207092642-41beee9e90e1
go.jetpack.io/typeid v1.0.0
)

require (
github.com/gofrs/uuid/v5 v5.0.0 // indirect
github.com/jackc/pgx/v5 v5.5.3 // indirect
github.com/sumup/typeid v0.0.0-20240206140246-59779c927c60 // indirect
github.com/sumup/x v0.0.0-20240205105019-4312e7701e82 // indirect
)
4 changes: 2 additions & 2 deletions benchmark/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/sumup/typeid v0.0.0-20240206140246-59779c927c60 h1:mH1bfCjvzAvzo+GVfTzPpwkjy2NIQTz1w8N4/GTs9Pk=
github.com/sumup/typeid v0.0.0-20240206140246-59779c927c60/go.mod h1:kNiEBvBXdQGyx5+BSaKzzzVrDsIKQz5q3mvEy18xrNw=
github.com/sumup/typeid v0.0.0-20240207092642-41beee9e90e1 h1:4GBScWKBzDweSl1jEGQUQE6Z1qaY2zAQuwQZYQGMY+Q=
github.com/sumup/typeid v0.0.0-20240207092642-41beee9e90e1/go.mod h1:TZ3tTJmzUEzTTThrBwkHpLYTIm4c8u3/zxTqoT/8uYk=
github.com/sumup/x v0.0.0-20240205105019-4312e7701e82 h1:LRJWRUng6h6FXpArj53PTP9ScZXyVcGUvE2FEuM7hHs=
github.com/sumup/x v0.0.0-20240205105019-4312e7701e82/go.mod h1:GMY9EAQMiLm5mIEYBUoAsuC8SuOrqCu6D88zTikS5Xo=
go.jetpack.io/typeid v1.0.0 h1:8gQ+iYGdyiQ0Pr40ydSB/PzMOIwlXX5DTojp1CBeSPQ=
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//
// Example:
//
// import "github.com/sumup/x/typeid"
// import "github.com/sumup/typeid"
//
// type UserPrefix struct{}
//
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ require (
github.com/gofrs/uuid/v5 v5.0.0
github.com/jackc/pgx/v5 v5.5.3
github.com/stretchr/testify v1.8.4
github.com/sumup/x v0.0.0-20240205105019-4312e7701e82
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sync v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/sumup/x v0.0.0-20240205105019-4312e7701e82 h1:LRJWRUng6h6FXpArj53PTP9ScZXyVcGUvE2FEuM7hHs=
github.com/sumup/x v0.0.0-20240205105019-4312e7701e82/go.mod h1:GMY9EAQMiLm5mIEYBUoAsuC8SuOrqCu6D88zTikS5Xo=
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
Expand Down
2 changes: 1 addition & 1 deletion random.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/gofrs/uuid/v5"
"github.com/jackc/pgx/v5/pgtype"
"github.com/sumup/x/typeid/base32"
"github.com/sumup/typeid/base32"
)

// Random represents an unique identifier that is entirely random.
Expand Down
2 changes: 1 addition & 1 deletion sortable.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/gofrs/uuid/v5"
"github.com/jackc/pgx/v5/pgtype"
"github.com/sumup/x/typeid/base32"
"github.com/sumup/typeid/base32"
)

// Sortable represents an unique identifier that is k-sortable.
Expand Down

0 comments on commit 5d5eb72

Please sign in to comment.