From 37c18c114f79f1cd9920b58a3decd58b9703af27 Mon Sep 17 00:00:00 2001 From: Laica Lunasys Date: Tue, 9 Apr 2024 21:59:53 +0900 Subject: [PATCH] Update remote-go --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d46a299..334b483 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ go 1.17 require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 - github.com/dash-app/remote-go v0.1.0 + github.com/dash-app/remote-go v0.1.1 github.com/gin-contrib/cors v1.3.1 github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e github.com/gin-gonic/gin v1.6.3 diff --git a/go.sum b/go.sum index 43788fa..46dc9d8 100644 --- a/go.sum +++ b/go.sum @@ -14,6 +14,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:ma github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/dash-app/remote-go v0.1.0 h1:Aw10f1KxY4jUwS/h3V9DE92ihkfElu8gWxnWjuy0fBA= github.com/dash-app/remote-go v0.1.0/go.mod h1:YgefySI1BzDuv1Hw1uCECHeKIVqk6V40hIXvM5pjBCo= +github.com/dash-app/remote-go v0.1.1 h1:fUR8Qfgbs5dUnZ0SiOiIFSb98n59nTi6hhdGKOniAxo= +github.com/dash-app/remote-go v0.1.1/go.mod h1:YgefySI1BzDuv1Hw1uCECHeKIVqk6V40hIXvM5pjBCo= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=