From 837e25be74f02445b949bb609630e48b7021ca15 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 19 Dec 2022 17:51:35 -0600 Subject: [PATCH] Go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 98d9c1b..24fd4e8 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/BurntSushi/toml v1.1.0 github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 github.com/gin-gonic/gin v1.7.7 + github.com/jackc/pgpassfile v1.0.0 github.com/jessevdk/go-flags v1.5.0 github.com/jmoiron/sqlx v1.3.5 github.com/lib/pq v1.10.5 @@ -27,7 +28,6 @@ require ( github.com/go-playground/universal-translator v0.18.0 // indirect github.com/go-playground/validator/v10 v10.9.0 // indirect github.com/golang/protobuf v1.5.2 // indirect - github.com/jackc/pgpassfile v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/leodido/go-urn v1.2.1 // indirect github.com/mattn/go-isatty v0.0.14 // indirect