Skip to content

Commit ae76fc5

Browse files
committed
rm unknown pkg
1 parent fdf60b3 commit ae76fc5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ orbs:
88
executors:
99
test:
1010
docker:
11-
- image: circleci/golang:1.11
11+
- image: circleci/golang:1.12
1212
environment:
1313
GO111MODULE: "on"
1414
working_directory: /go/src/github.com/po3rin/github_link_creator

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ repo.png
44
github_link_creator
55
dist
66
.vscode/
7+
process.yml

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
4141
github.com/po3rin/github_link_creator v0.0.0-20190129163250-528012dde1bb/go.mod h1:nfi745SkAlQ6IaMqB2NcChxCGVMxzCkdxbMO0bYyO2A=
4242
github.com/po3rin/img2circle v0.1.3 h1:Sq1W4kfj349CC4RwJtFKQzQTQqyR9FUkqvMcBMCCnWI=
4343
github.com/po3rin/img2circle v0.1.3/go.mod h1:urrRtdq6N6yYBpqPWnU/Of/uxFANXVMbzSK7pzAWzfM=
44-
github.com/po3rin/text2img v0.0.0-20190125153342-f13055fd3ad8/go.mod h1:fMsLIlrfPmXfMrnddKPI84Fp1JoIZs+uUmWPneSFNpw=
4544
github.com/po3rin/txt2img v0.0.0-20190130134856-3fa5cb738517 h1:cy+vQ9ZQQNmvbLLnLsdqmUBB29Dw32sVm40rW4GcmNA=
4645
github.com/po3rin/txt2img v0.0.0-20190130134856-3fa5cb738517/go.mod h1:DF3YUPC7sv5jaF6Z/q2TENqZxzkI0XvmZMtfW2HXmjM=
4746
github.com/sirupsen/logrus v1.3.0 h1:hI/7Q+DtNZ2kINb6qt/lS+IyXnHQe9e90POfeewL/ME=

0 commit comments

Comments
 (0)