Skip to content

Commit

Permalink
golang.org/x/net up to v0.2.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg authored Nov 9, 2022
1 parent 2daad72 commit 456e8d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ jobs:
languages: 'go'
- name: run analysis
uses: github/codeql-action/analyze@v2
- name: update goreportcard
uses: creekorful/[email protected]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/s0rg/crawley

go 1.19

require golang.org/x/net v0.1.0
require golang.org/x/net v0.2.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang.org/x/net v0.1.0 h1:hZ/3BUoy5aId7sCpA/Tc5lt8DkFgdVS2onTpJsZ/fl0=
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
golang.org/x/net v0.2.0 h1:sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU=
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=

0 comments on commit 456e8d9

Please sign in to comment.