Skip to content

Commit fff4f2a

Browse files
authored
Merge pull request #475 from sinfo/staging
Update 1.3.0
2 parents 79e0172 + e953bef commit fff4f2a

File tree

2,871 files changed

+450061
-377174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,871 files changed

+450061
-377174
lines changed

.github/workflows/build-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
context: ./frontend
4848
push: true
4949
tags: orgsinfo/deck2-frontend:latest
50-
file: ./frontend/Dockerfile_staging
50+
file: ./frontend/Dockerfile
5151

5252
- name: Deck2 Frontend Image Digest
5353
run: echo ${{ steps.docker_build.outputs.digest }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version 2 of eventdeck
44
## Requirements
55

66
- go version >= 1.18
7-
- swagger: `go get -u github.com/go-swagger/go-swagger/cmd/swagger` (info on https://goswagger.io/)
7+
- swagger: `go install github.com/go-swagger/go-swagger/cmd/swagger@latest` (info on https://goswagger.io/)
88

99
## Documentation
1010

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
module github.com/googleapis/gax-go/v2
22

3+
go 1.25.1
4+
35
require google.golang.org/grpc v1.19.0
6+
7+
require (
8+
cloud.google.com/go v0.26.0 // indirect
9+
github.com/BurntSushi/toml v0.3.1 // indirect
10+
github.com/client9/misspell v0.3.4 // indirect
11+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
12+
github.com/golang/mock v1.1.1 // indirect
13+
github.com/golang/protobuf v1.2.0 // indirect
14+
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
15+
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect
16+
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect
17+
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
18+
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 // indirect
19+
golang.org/x/text v0.3.0 // indirect
20+
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b // indirect
21+
google.golang.org/appengine v1.1.0 // indirect
22+
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
23+
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 // indirect
24+
)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/hashicorp/hcl
22

3+
go 1.25.1
4+
35
require github.com/davecgh/go-spew v1.1.1

backend/.vendor-new/github.com/minio/minio-go/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/minio/minio-go
22

3+
go 1.25.1
4+
35
require (
46
github.com/mitchellh/go-homedir v1.1.0
57
golang.org/x/crypto v0.1.0
@@ -12,6 +14,12 @@ require (
1214
github.com/jtolds/gls v4.2.1+incompatible // indirect
1315
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
1416
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
17+
github.com/yuin/goldmark v1.4.13 // indirect
18+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
19+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
1520
golang.org/x/sys v0.5.0 // indirect
21+
golang.org/x/term v0.5.0 // indirect
1622
golang.org/x/text v0.7.0 // indirect
23+
golang.org/x/tools v0.1.12 // indirect
24+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
1725
)

backend/.vendor-new/github.com/minio/minio-go/go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 h1:Jpy1PX
88
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
99
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c h1:Ho+uVpkel/udgjbwB5Lktg9BtvJSh2DT0Hi6LPSyI2w=
1010
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s=
11+
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
1112
golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU=
1213
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
14+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
1315
golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g=
1416
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
17+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
1518
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
1619
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
20+
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
1721
golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo=
1822
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
23+
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
24+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
1925
gopkg.in/ini.v1 v1.41.0 h1:Ka3ViY6gNYSKiVy71zXBEqKplnV35ImDLVG+8uoIklE=
2026
gopkg.in/ini.v1 v1.41.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=

backend/.vendor-new/github.com/sirupsen/logrus/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/sirupsen/logrus
22

3+
go 1.25.1
4+
35
require (
46
github.com/konsorten/go-windows-terminal-sequences v1.0.1
57
golang.org/x/sys v0.1.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
module github.com/spf13/afero
22

3+
go 1.25.1
4+
35
require golang.org/x/text v0.3.8
6+
7+
require (
8+
github.com/yuin/goldmark v1.4.13 // indirect
9+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
10+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
11+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
12+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
13+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
14+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
15+
golang.org/x/tools v0.1.12 // indirect
16+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
17+
)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
2+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
3+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
4+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
5+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
6+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
7+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
18
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
29
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
10+
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
11+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
module github.com/spf13/cast
22

3+
go 1.25.1
4+
5+
require github.com/stretchr/testify v1.2.2
6+
37
require (
48
github.com/davecgh/go-spew v1.1.1 // indirect
59
github.com/pmezard/go-difflib v1.0.0 // indirect
6-
github.com/stretchr/testify v1.2.2
710
)

0 commit comments

Comments
 (0)