mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-01-04 13:23:13 +01:00
Compare commits
3 Commits
v0.15.0-rc
...
d9f759c879
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9f759c879 | ||
|
|
1e3f2f24dc | ||
|
|
3cb097126c |
@@ -7,7 +7,7 @@ before:
|
||||
builds:
|
||||
- id: darwin-amd64
|
||||
main: ./
|
||||
binary: golang-cross
|
||||
binary: catalyst
|
||||
goos:
|
||||
- darwin
|
||||
goarch:
|
||||
@@ -22,7 +22,7 @@ builds:
|
||||
- -s -w -X main.version={{.Version}}
|
||||
- id: linux-arm64
|
||||
main: ./
|
||||
binary: golang-cross
|
||||
binary: catalyst
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@@ -37,7 +37,7 @@ builds:
|
||||
- -s -w -X main.version={{.Version}}
|
||||
- id: linux-amd64
|
||||
main: ./
|
||||
binary: golang-cross
|
||||
binary: catalyst
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@@ -52,7 +52,7 @@ builds:
|
||||
- -s -w -X main.version={{.Version}}
|
||||
- id: windows-amd64
|
||||
main: ./
|
||||
binary: golang-cross
|
||||
binary: catalyst
|
||||
goos:
|
||||
- windows
|
||||
goarch:
|
||||
@@ -67,7 +67,7 @@ builds:
|
||||
- -s -w -X main.version={{.Version}}
|
||||
- id: windows-arm64
|
||||
main: ./
|
||||
binary: golang-cross
|
||||
binary: catalyst
|
||||
goos:
|
||||
- windows
|
||||
goarch:
|
||||
|
||||
2
go.mod
2
go.mod
@@ -11,7 +11,7 @@ replace github.com/tus/tusd/v2 v2.8.0 => github.com/SecurityBrewery/tusd/v2 v2.0
|
||||
|
||||
require (
|
||||
github.com/brianvoe/gofakeit/v7 v7.2.1
|
||||
github.com/go-chi/chi/v5 v5.2.1
|
||||
github.com/go-chi/chi/v5 v5.2.2
|
||||
github.com/go-co-op/gocron/v2 v2.16.2
|
||||
github.com/golang-jwt/jwt/v5 v5.2.2
|
||||
github.com/google/martian/v3 v3.3.3
|
||||
|
||||
4
go.sum
4
go.sum
@@ -34,8 +34,8 @@ github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/
|
||||
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
|
||||
github.com/getkin/kin-openapi v0.132.0 h1:3ISeLMsQzcb5v26yeJrBcdTCEQTag36ZjaGk7MIRUwk=
|
||||
github.com/getkin/kin-openapi v0.132.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
|
||||
github.com/go-chi/chi/v5 v5.2.1 h1:KOIHODQj58PmL80G2Eak4WdvUzjSJSm0vG72crDCqb8=
|
||||
github.com/go-chi/chi/v5 v5.2.1/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
|
||||
github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618=
|
||||
github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
|
||||
github.com/go-co-op/gocron/v2 v2.16.2 h1:r08P663ikXiulLT9XaabkLypL/W9MoCIbqgQoAutyX4=
|
||||
github.com/go-co-op/gocron/v2 v2.16.2/go.mod h1:4YTLGCCAH75A5RlQ6q+h+VacO7CgjkgP0EJ+BEOXRSI=
|
||||
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
|
||||
|
||||
@@ -5,7 +5,7 @@ export function useAPI() {
|
||||
const authStore = useAuthStore()
|
||||
return new DefaultApi(
|
||||
new Configuration({
|
||||
basePath: 'http://localhost:8090/api',
|
||||
basePath: '/api',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
Accept: 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user