Update project name

This commit is contained in:
IamTheFij 2020-12-04 13:18:23 -08:00
parent fb2262c83e
commit 4a173f4cb2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# docker-check-version-updates
# tag-checker
Checks current running containers for newer tags according to semver

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/iamthefij/tag-notifier
module github.com/iamthefij/tag-checker
go 1.15