Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/rs/cors v1.7.0
github.com/spaceapi-community/go-spaceapi-validator v0.2.0
github.com/spaceapi-community/go-spaceapi-validator v0.2.1-0.20241231164852-beb6dc8535f9
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
goji.io v2.0.2+incompatible
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,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/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
github.com/spaceapi-community/go-spaceapi-validator v0.2.0 h1:Um+nDKIRhA7zhuxU3LQ28y4gFwLFn+wJ8MBofovfj2Q=
github.com/spaceapi-community/go-spaceapi-validator v0.2.0/go.mod h1:QwRul/7SjshUowS6hZsh+T9WOOpR+NAQGSc0kesyIZY=
github.com/spaceapi-community/go-spaceapi-validator v0.2.1-0.20241231164852-beb6dc8535f9 h1:lqtn3Q8lbJ+s95v8tEzBrNRW1oICTP+ReOD3sZc9cjI=
github.com/spaceapi-community/go-spaceapi-validator v0.2.1-0.20241231164852-beb6dc8535f9/go.mod h1:QwRul/7SjshUowS6hZsh+T9WOOpR+NAQGSc0kesyIZY=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
Expand Down