diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 22:47:32 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 22:47:32 +0100 |
commit | 530fc42f37eb17e3638f6aef055da77847e20dfa (patch) | |
tree | fe91448dee5f09898343600af08d3fcdbffaa72a | |
parent | 8f19068b7a27ea8fd7f0cedd6353e496b0590d82 (diff) |
update go.eth.moe/httputil
Diffstat (limited to '')
-rw-r--r-- | default.nix | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index ce5eeb6..55107e2 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ buildGoModule rec { version = "latest"; goPackagePath = "go.eth.moe/dispatch"; - modSha256 = "02ymhmswdgyg1l5p58bdmnkqmidimynp1p39fyyv65j1jjk9gxpp"; + modSha256 = "1qw502x293j596d0ilw94mkrir8isw770bah05shd6mvh1hcgrvn"; src = ./.; @@ -9,6 +9,6 @@ go 1.14 require ( github.com/gorilla/mux v1.7.4 go.eth.moe/flag v0.0.2 - go.eth.moe/httputil v0.0.4 + go.eth.moe/httputil v0.0.5 go.eth.moe/logger v0.0.1 ) |