Skip to content

Commit

Permalink
Merge pull request #11 from storvik/update_flake_lock_action
Browse files Browse the repository at this point in the history
Update flake.lock and gomod2nix
  • Loading branch information
storvik authored Jan 6, 2024
2 parents 82c01c6 + 351f7e6 commit 9539236
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,32 @@ schema = 3
version = "v0.4.0"
hash = "sha256-zGjkdUQmrVqD6rMO9oDY+TeJCpuqnHyvkPCaXDlac/U="
[mod."github.com/cpuguy83/go-md2man/v2"]
version = "v2.0.1"
hash = "sha256-R+8iYit0mZjCxiGlp2C3Y5tGhySSNFU1v6wqsWKGBPM="
version = "v2.0.2"
hash = "sha256-OvWCtDsVrYzM84SMQwOXPLBxnWnMC1hDm+KiI6zm3uk="
[mod."github.com/davecgh/go-spew"]
version = "v1.1.1"
hash = "sha256-nhzSUrE1fCkN0+RL04N4h8jWmRFPPPWbCuDc7Ss0akI="
[mod."github.com/go-chi/chi/v5"]
version = "v5.0.8"
hash = "sha256-BMr7IqnWSVYnRuEtsDmd0WD0v5sG15QUyaUaWTemG7A="
version = "v5.0.11"
hash = "sha256-95LKg/OVzhik2HUz6cirHH3eAT4qbHSg52bSvkc+XOY="
[mod."github.com/golang-jwt/jwt/v4"]
version = "v4.4.1"
hash = "sha256-aq8G0baDZks5LXCVbufU1J/r0AMgD2TcZez326G2PEA="
version = "v4.5.0"
hash = "sha256-dyKL8wQRApkdCkKxJ1knllvixsrBLw+BtRS0SjlN7NQ="
[mod."github.com/lib/pq"]
version = "v1.10.7"
hash = "sha256-YPUv1VBZNFVUjFxQKdYd0Djje6KYYE99Hz6FnTfrmMw="
version = "v1.10.9"
hash = "sha256-Gl6dLtL+yk6UrTTWfas43aM4lP/pNa2l7+ITXnjQyKs="
[mod."github.com/pelletier/go-toml"]
version = "v1.9.5"
hash = "sha256-RJ9K1BTId0Mled7S66iGgxHkZ5JKEIsrrNaEfM8aImc="
[mod."github.com/russross/blackfriday/v2"]
version = "v2.1.0"
hash = "sha256-R+84l1si8az5yDqd5CYcFrTyNZ1eSYlpXKq6nFt4OTQ="
[mod."github.com/urfave/cli/v2"]
version = "v2.4.0"
hash = "sha256-TMdUb94NPbDF5g59qLAsvi/bJTnC0e6kRfA0O+yg5Og="
version = "v2.27.1"
hash = "sha256-L+Z9fYABYg7KiB57MK64+XcXEWNjP04WWpjbENOxPWY="
[mod."github.com/xrash/smetrics"]
version = "v0.0.0-20201216005158-039620a65673"
hash = "sha256-WGHtW/OkLowkqOYIvXpDOpn9wqdH2+Dyx3+rYwpmvzI="
[mod."golang.org/x/sys"]
version = "v0.0.0-20211025201205-69cdffdb9359"
hash = "sha256-GE8ysfcBR4XoK0X9vmu6PVEQmnTCe5+GY9zUAF223L8="

0 comments on commit 9539236

Please sign in to comment.