Update 'go.mod'

This commit is contained in:
re 2022-12-12 14:56:57 +03:00
parent 3035101e24
commit 2bd179f2a5
1 changed files with 2 additions and 2 deletions

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/gin-contrib/static module git.internal/re/static
go 1.15 go 1.15
require ( require (
github.com/gin-gonic/gin v1.8.1 git.internal/re/gin v1.8.1
github.com/stretchr/testify v1.8.0 github.com/stretchr/testify v1.8.0
) )