Skip to content
Merged
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
10 changes: 5 additions & 5 deletions cmd/s2-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/mojatter/s2/cmd/s2-server
go 1.25.8

require (
github.com/mojatter/s2 v0.11.0
github.com/mojatter/s2/azblob v0.11.0
github.com/mojatter/s2/gcs v0.11.0
github.com/mojatter/s2/s3 v0.11.0
github.com/mojatter/s2/server v0.11.0
github.com/mojatter/s2 v0.11.1
github.com/mojatter/s2/azblob v0.11.1
github.com/mojatter/s2/gcs v0.11.1
github.com/mojatter/s2/s3 v0.11.1
github.com/mojatter/s2/server v0.11.1
)

require (
Expand Down
20 changes: 10 additions & 10 deletions cmd/s2-server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,16 @@ github.com/keybase/go-keychain v0.0.1 h1:way+bWYa6lDppZoZcgMbYsvC7GxljxrskdNInRt
github.com/keybase/go-keychain v0.0.1/go.mod h1:PdEILRW3i9D8JcdM+FmY6RwkHGnhHxXwkPPMeUgOK1k=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/mojatter/s2 v0.11.0 h1:r7eSlJMVv3fxBv7wDCOSmYFS8I1pN8Rg7XnBL6pyqUU=
github.com/mojatter/s2 v0.11.0/go.mod h1:Fp+ON/UQn2v6orMoY49zZT/Hp4ZuHRjnnrsU35o7GoE=
github.com/mojatter/s2/azblob v0.11.0 h1:7/8KVjwdfsvlYZrWCL9Ku4T8+JEztlggoBe9KGbmDZQ=
github.com/mojatter/s2/azblob v0.11.0/go.mod h1:sJ1uZubksslVwmBq5gZeOY1DIYdO6zK/DBOcYHR86g8=
github.com/mojatter/s2/gcs v0.11.0 h1:C5JQoyJYyxxA/XA1js/ClITXlo0Oiq1jS/y36uTy+ew=
github.com/mojatter/s2/gcs v0.11.0/go.mod h1:6JCJO/+ePH3rnKMNVpu2wMU7FgDHlk/N+O4VDKOjcyw=
github.com/mojatter/s2/s3 v0.11.0 h1:oeYMF4oHP+HH6On6cXztZxnYQAZmKBQ5WePVjkUVjDM=
github.com/mojatter/s2/s3 v0.11.0/go.mod h1:vZO+16oRj1xhv8e9YFifcdioHPPRWJHbfZxP4+3Buhc=
github.com/mojatter/s2/server v0.11.0 h1:6/JpZwdbnEMXqpBthHKku3o1xhvMr8ggoBdgyswcHFA=
github.com/mojatter/s2/server v0.11.0/go.mod h1:iJUAH3fIbz/kz1wFeYIy9PioA394tVBygykuBWu3hjc=
github.com/mojatter/s2 v0.11.1 h1:YxfbPR5704MJ/wDvwJws7beAhr+S/3Evs1Z+QgRuXTU=
github.com/mojatter/s2 v0.11.1/go.mod h1:Fp+ON/UQn2v6orMoY49zZT/Hp4ZuHRjnnrsU35o7GoE=
github.com/mojatter/s2/azblob v0.11.1 h1:m82Rh0vt8CQWGk0lrvMynn1aYeLPBFeMihTzp4DISxo=
github.com/mojatter/s2/azblob v0.11.1/go.mod h1:vY9XUYBuK5vKVx4v1wirBXT2xphRm54Y80ggNCKZwoE=
github.com/mojatter/s2/gcs v0.11.1 h1:QqKYe4foFfm5Qes7XoUw4fDJP6EZAy+wXFWTs7Uoh6g=
github.com/mojatter/s2/gcs v0.11.1/go.mod h1:ZBWaP7QuPYKzxczA+35b67YcLWwoY47sqTfsQFPTLyM=
github.com/mojatter/s2/s3 v0.11.1 h1:L4V2J5cB1bAfWB/+iCq9TO0b7uRYzE7YoSLMyLTWXGY=
github.com/mojatter/s2/s3 v0.11.1/go.mod h1:mXazmGss5eNJvn2F+Dagjo1Yw3bS+XCKK9EzIntMOco=
github.com/mojatter/s2/server v0.11.1 h1:laWs/rlpUeXoDJRpIg3CeJ3NOCvpGoyMY8QxnsFR/aQ=
github.com/mojatter/s2/server v0.11.1/go.mod h1:XIsUQ+SMRoUcd5baSki040HKGaiUOmQkBU36ud5loMs=
github.com/mojatter/wfs v0.5.0 h1:ewXtdNbc94skw2ipDWBWbEwg+QTlUtJUd3ujSj1hN7w=
github.com/mojatter/wfs v0.5.0/go.mod h1:PlxShpeTA90XFUWkWWi9DmXG7tgFd4v64hPDqrf1n7c=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
Expand Down