Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/gorilla/sessions v1.3.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/ikawaha/goahttpcheck v1.15.11
github.com/ikawaha/goahttpcheck v1.15.13
github.com/joho/godotenv v1.5.1
github.com/markbates/goth v1.82.0
github.com/mitchellh/go-homedir v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@ github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec/go.mod h1:Q48J4R4Dvx
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ikawaha/goahttpcheck v1.15.11 h1:+wwLUM+g1jt3a61fRTTjbViGOk8d302iw7TmhYhpIgM=
github.com/ikawaha/goahttpcheck v1.15.11/go.mod h1:O+3QNwO7QK9f9BoC3YX/1tIPrbjf7wD7nKWozeUfbLk=
github.com/ikawaha/goahttpcheck v1.15.13 h1:UN9AZoLveiI/DPCnQWFfO8JasxAzTQe5gu7QNKxMpYU=
github.com/ikawaha/goahttpcheck v1.15.13/go.mod h1:ZZiAQZhunKwfnGB0D+CNHt2Vu7Nwh7gh/jq7/8iYSW8=
github.com/ikawaha/httpcheck v1.12.4 h1:TJ0csaV1Rcw8WdOWCMo22shntw7VvbB7c2ubj6HFG5E=
github.com/ikawaha/httpcheck v1.12.4/go.mod h1:UVLEuAE4OixLO0n4mfjK7UZLNuo5IUrPEf9EikjmBmc=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ github.com/hako/durafmt
## explicit; go 1.12
github.com/hashicorp/golang-lru
github.com/hashicorp/golang-lru/simplelru
# github.com/ikawaha/goahttpcheck v1.15.11
## explicit; go 1.23.0
# github.com/ikawaha/goahttpcheck v1.15.13
## explicit; go 1.24.0
github.com/ikawaha/goahttpcheck
# github.com/ikawaha/httpcheck v1.12.4
## explicit; go 1.19
Expand Down
Loading