From 4984eab7232f4feda568ff2c1af81524b5fa3441 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sun, 12 Mar 2023 13:32:14 -0700 Subject: [PATCH] update fasten-sources version. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f6c6524..dbe891eb 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/analogj/go-util v0.0.0-20210417161720-39b497cca03b github.com/dominikbraun/graph v0.15.0 - github.com/fastenhealth/fasten-sources v0.1.0 + github.com/fastenhealth/fasten-sources v0.1.2 github.com/gin-gonic/gin v1.8.1 github.com/glebarez/sqlite v1.5.0 github.com/golang-jwt/jwt/v4 v4.4.2