-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
module github.com/po3rin/github_link_creator | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/apex/gateway v1.1.1 | ||
github.com/aws/aws-lambda-go v1.15.0 // indirect | ||
github.com/aws/aws-sdk-go v1.25.11 | ||
github.com/certifi/gocertifi v0.0.0-20190506164543-d2eda7129713 // indirect | ||
github.com/aws/aws-sdk-go v1.35.5 | ||
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect | ||
github.com/evalphobia/logrus_sentry v0.8.2 | ||
github.com/getsentry/raven-go v0.2.0 | ||
github.com/gin-contrib/cors v1.3.1 | ||
github.com/gin-gonic/gin v1.5.0 | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 | ||
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/po3rin/img2circle v0.1.3 | ||
github.com/po3rin/txt2img v0.0.0-20190712152905-47c0a1bd247a | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/stretchr/objx v0.1.1 // indirect | ||
github.com/tj/assert v0.0.0-20190920132354-ee03d75cd160 // indirect | ||
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect | ||
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 | ||
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect | ||
golang.org/x/sys v0.0.0-20201007165808-a893ed343c85 // indirect | ||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e | ||
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters