Skip to content

Commit

Permalink
fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
helloooideeeeea committed Feb 7, 2020
1 parent da10a27 commit df8543b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"GinFormValidation"
"github.com/helloooideeeeea/GinFormValidation"
"github.com/gin-gonic/gin"
"log"
)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module GinFormValidation
go 1.13

require (
github.com/helloooideeeeea/GinFormValidation v0.0.0-20200207074326-da10a2747361
github.com/gin-gonic/gin v1.5.0
gopkg.in/go-playground/validator.v9 v9.31.0
)

0 comments on commit df8543b

Please sign in to comment.