Skip to content

Commit 003e726

Browse files
fix(deps): update github.com/google/pprof digest to a41b82a (#357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e636fec commit 003e726

File tree

4 files changed

+39
-676
lines changed

4 files changed

+39
-676
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: "1.16.12"
19+
go-version: "1.19"
2020

2121
- name: Install buildifier
2222
run: make install-buildifier
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Go
3737
uses: actions/setup-go@v3
3838
with:
39-
go-version: "1.16.12"
39+
go-version: "1.19"
4040

4141
- name: Install Node
4242
uses: actions/setup-node@v3
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Go
105105
uses: actions/setup-go@v3
106106
with:
107-
go-version: "1.16.12"
107+
go-version: "1.19"
108108

109109
- name: Fetch Release Artifacts
110110
uses: actions/download-artifact@v3

.github/workflows/pull-request.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pixlet
33
on:
44
pull_request:
55
branches:
6-
- '*'
6+
- "*"
77

88
jobs:
99
lint:
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: '1.16.12'
17+
go-version: "1.19"
1818

1919
- name: Install buildifier
2020
run: make install-buildifier
@@ -31,35 +31,35 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232

3333
steps:
34-
- name: Install Go
35-
uses: actions/setup-go@v3
36-
with:
37-
go-version: '1.16.12'
34+
- name: Install Go
35+
uses: actions/setup-go@v3
36+
with:
37+
go-version: "1.19"
3838

39-
- name: Install Node
40-
uses: actions/setup-node@v3
41-
with:
42-
node-version: '16'
39+
- name: Install Node
40+
uses: actions/setup-node@v3
41+
with:
42+
node-version: "16"
4343

44-
- name: Checkout code
45-
uses: actions/checkout@v3
44+
- name: Checkout code
45+
uses: actions/checkout@v3
4646

47-
- name: Install Linux dependencies
48-
if: matrix.os == 'ubuntu-latest'
49-
run: sudo apt-get install -y libwebp-dev
47+
- name: Install Linux dependencies
48+
if: matrix.os == 'ubuntu-latest'
49+
run: sudo apt-get install -y libwebp-dev
5050

51-
- name: Install macOS dependencies
52-
if: matrix.os == 'macos-latest'
53-
run: brew install webp
51+
- name: Install macOS dependencies
52+
if: matrix.os == 'macos-latest'
53+
run: brew install webp
5454

55-
- name: Install frontend dependencies
56-
run: npm install
55+
- name: Install frontend dependencies
56+
run: npm install
5757

58-
- name: Build frontend
59-
run: npm run build
58+
- name: Build frontend
59+
run: npm run build
6060

61-
- name: Build
62-
run: make build
61+
- name: Build
62+
run: make build
6363

64-
- name: Test
65-
run: make test
64+
- name: Test
65+
run: make test

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ require (
1111
github.com/fogleman/gg v1.3.0
1212
github.com/fsnotify/fsnotify v1.5.4
1313
github.com/go-playground/validator/v10 v10.11.0
14-
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57
14+
github.com/google/pprof v0.0.0-20220729232143-a41b82acbcb1
1515
github.com/google/tink/go v1.4.0
1616
github.com/gorilla/mux v1.8.0
1717
github.com/gorilla/websocket v1.5.0
18-
github.com/lucasb-eyer/go-colorful v1.2.0
1918
github.com/mitchellh/hashstructure/v2 v2.0.2
2019
github.com/nathan-osman/go-sunrise v1.0.0
2120
github.com/newm4n/go-dfe v0.0.0-20210113055126-9d5f01722db9
@@ -37,6 +36,7 @@ require (
3736
github.com/PuerkitoBio/goquery v1.5.1 // indirect
3837
github.com/andybalholm/cascadia v1.1.0 // indirect
3938
github.com/antchfx/xpath v1.2.1 // indirect
39+
github.com/chzyer/readline v1.5.0 // indirect
4040
github.com/davecgh/go-spew v1.1.1 // indirect
4141
github.com/go-playground/locales v0.14.0 // indirect
4242
github.com/go-playground/universal-translator v0.18.0 // indirect

0 commit comments

Comments
 (0)