Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
with:
go-version: ${{ matrix.golang }}
- name: Cache Go modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.8
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -97,7 +97,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.8
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -138,7 +138,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.8
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
-
name: Cache Go modules
if: steps.semantic.outputs.new-release-published == 'true'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.8
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder
FROM golang:1.16-alpine as builder
FROM golang:1.24-alpine as builder
RUN apk --no-cache add make git go rsync libc-dev
RUN go get -u golang.org/x/tools/cmd/goimports
RUN go get -u github.com/gobuffalo/packr/v2/packr2
12 changes: 6 additions & 6 deletions cmd/web-editor/static/index.html
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js"></script>
<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.13.3.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.13.3/ui-bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/mode-protobuf.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/mode-golang.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/theme-cobalt.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/worker-javascript.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.14.3/ui-bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.37.4/ace.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.37.4/mode-protobuf.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.37.4/mode-golang.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.37.4/theme-cobalt.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.37.4/worker-javascript.js"></script>
<script src="//angular-ui.github.io/ui-ace/dist/ui-ace.min.js"></script>

<script type="text/javascript">
433 changes: 420 additions & 13 deletions go.mod

Large diffs are not rendered by default.

413 changes: 413 additions & 0 deletions go.sum

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions vendor/github.com/Masterminds/semver/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/github.com/Masterminds/semver/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 39 additions & 8 deletions vendor/github.com/Masterminds/semver/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 27 additions & 25 deletions vendor/github.com/Masterminds/semver/constraints.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/Masterminds/semver/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 62 additions & 12 deletions vendor/github.com/Masterminds/semver/version.go
151 changes: 151 additions & 0 deletions vendor/github.com/Masterminds/sprig/CHANGELOG.md
33 changes: 15 additions & 18 deletions vendor/github.com/Masterminds/sprig/README.md
128 changes: 125 additions & 3 deletions vendor/github.com/Masterminds/sprig/crypto.go
9 changes: 8 additions & 1 deletion vendor/github.com/Masterminds/sprig/date.go
10 changes: 9 additions & 1 deletion vendor/github.com/Masterminds/sprig/defaults.go
41 changes: 37 additions & 4 deletions vendor/github.com/Masterminds/sprig/dict.go
213 changes: 1 addition & 212 deletions vendor/github.com/Masterminds/sprig/doc.go
88 changes: 58 additions & 30 deletions vendor/github.com/Masterminds/sprig/functions.go
33 changes: 0 additions & 33 deletions vendor/github.com/Masterminds/sprig/glide.lock

This file was deleted.

12 changes: 8 additions & 4 deletions vendor/github.com/Masterminds/sprig/glide.yaml
52 changes: 52 additions & 0 deletions vendor/github.com/Masterminds/sprig/list.go
12 changes: 11 additions & 1 deletion vendor/github.com/Masterminds/sprig/numeric.go
2 changes: 1 addition & 1 deletion vendor/github.com/Masterminds/sprig/regex.go
82 changes: 57 additions & 25 deletions vendor/github.com/Masterminds/sprig/strings.go
202 changes: 0 additions & 202 deletions vendor/github.com/aokoli/goutils/LICENSE.txt

This file was deleted.

70 changes: 0 additions & 70 deletions vendor/github.com/aokoli/goutils/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/aokoli/goutils/appveyor.yml

This file was deleted.

250 changes: 0 additions & 250 deletions vendor/github.com/aokoli/goutils/randomstringutils.go

This file was deleted.

224 changes: 0 additions & 224 deletions vendor/github.com/aokoli/goutils/stringutils.go

This file was deleted.

356 changes: 0 additions & 356 deletions vendor/github.com/aokoli/goutils/wordutils.go

This file was deleted.

44 changes: 0 additions & 44 deletions vendor/github.com/golang/glog/README

This file was deleted.

1,367 changes: 482 additions & 885 deletions vendor/github.com/golang/glog/glog.go

Large diffs are not rendered by default.

327 changes: 312 additions & 15 deletions vendor/github.com/golang/glog/glog_file.go
3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/LICENSE
43 changes: 0 additions & 43 deletions vendor/github.com/golang/protobuf/proto/Makefile

This file was deleted.

Loading