From 2bd179f2a58902e745459a30e7420c7f9c177954 Mon Sep 17 00:00:00 2001 From: re Date: Mon, 12 Dec 2022 14:56:57 +0300 Subject: [PATCH] Update 'go.mod' --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 81f2092..119f6eb 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ -module github.com/gin-contrib/static +module git.internal/re/static go 1.15 require ( - github.com/gin-gonic/gin v1.8.1 + git.internal/re/gin v1.8.1 github.com/stretchr/testify v1.8.0 )