From 6b08f978b6d1755605e2537eaf69507024e24fdd Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Sun, 1 Jan 2023 08:34:24 +0800 Subject: [PATCH] update go.mod and license --- LICENSE | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 447139d..ed33663 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 - 2022 Weilin Shi +Copyright (c) 2017 - 2023 Weilin Shi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/go.mod b/go.mod index c69732d..bc8da2c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/steambap/captcha -go 1.16 +go 1.17 require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0