Skip to content

Commit

Permalink
upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Mar 15, 2024
1 parent 6c351a1 commit 03c3085
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.0
go-version: 1.22.1

# - name: Staticheck
# run: |
Expand Down
5 changes: 2 additions & 3 deletions app/services/ui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"context"
"embed"
"fmt"
"net/http"
"os"
Expand Down Expand Up @@ -49,8 +48,8 @@ func main() {
}
}

//go:embed assets/*
var documents embed.FS
// go:embed assets/*
//var documents embed.FS

func show(w http.ResponseWriter, r *http.Request) {
// tmpl, err := template.New("").ParseFS(documents, "assets/html/index.html")
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/ardanlabs/conf/v3 v3.1.7
github.com/ardanlabs/darwin/v3 v3.3.1
github.com/ardanlabs/ethereum v0.18.1
github.com/ardanlabs/ethereum v0.19.0
github.com/arl/statsviz v0.6.0
github.com/dimfeld/httptreemux/v5 v5.5.0
github.com/ethereum/go-ethereum v1.13.14
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ github.com/ardanlabs/conf/v3 v3.1.7 h1:p232cF68TafoA5U9ZlbxUIhGJtGNdKHBXF80Fdqb5
github.com/ardanlabs/conf/v3 v3.1.7/go.mod h1:zclexWKe0NVj6LHQ8NgDDZ7bQ1spE0KeKPFficdtAjU=
github.com/ardanlabs/darwin/v3 v3.3.1 h1:tU4nutFgKNH7fFJ98wSj0Zyrsh9a2XltlPz/1AGkIRE=
github.com/ardanlabs/darwin/v3 v3.3.1/go.mod h1:dnfiwJYj15gfm/2XltdAmLxhK/7h1eFs7rc4yaaXC0A=
github.com/ardanlabs/ethereum v0.18.1 h1:byUcbDTBeH+wg95QdGwuZ/8/WLwdj/Hg88vwRMQ8z6E=
github.com/ardanlabs/ethereum v0.18.1/go.mod h1:14shCGpZhCHHGyNhidy49bSovQ4bLEGl1L65DiWA1F0=
github.com/ardanlabs/ethereum v0.19.0 h1:KFBwq1b3rF/pdEj3k80yo8S1NebojdXIzw3USESEWNI=
github.com/ardanlabs/ethereum v0.19.0/go.mod h1:9KXq8cG+Ur6JxDyw4xCLZWjumiwyMeODulBcF8BorHg=
github.com/arl/statsviz v0.6.0 h1:jbW1QJkEYQkufd//4NDYRSNBpwJNrdzPahF7ZmoGdyE=
github.com/arl/statsviz v0.6.0/go.mod h1:0toboo+YGSUXDaS4g1D5TVS4dXs7S7YYT5J/qnW2h8s=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down
5 changes: 2 additions & 3 deletions vendor/github.com/ardanlabs/ethereum/backends.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/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ github.com/ardanlabs/conf/v3
github.com/ardanlabs/darwin/v3
github.com/ardanlabs/darwin/v3/dialects/postgres
github.com/ardanlabs/darwin/v3/drivers/generic
# github.com/ardanlabs/ethereum v0.18.1
# github.com/ardanlabs/ethereum v0.19.0
## explicit; go 1.21.6
github.com/ardanlabs/ethereum
github.com/ardanlabs/ethereum/currency
Expand Down

0 comments on commit 03c3085

Please sign in to comment.