Compare commits

...

2 Commits
v3.0.0 ... main

Author SHA1 Message Date
Evan
b1fc304e14 upgrade version 2023-03-06 15:42:13 +09:00
Evan
4e1f2d371a fix login error 2023-03-06 15:37:28 +09:00
5 changed files with 7 additions and 7 deletions

View File

@ -21,4 +21,4 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
tags: xiaomoinfo/wechatgpt:3.0.0,xiaomoinfo/wechatgpt:latest
tags: xiaomoinfo/wechatgpt:v3.0.1,xiaomoinfo/wechatgpt:latest

View File

@ -3,7 +3,7 @@
如果觉得不错,请麻烦点个`Star`非常感谢。最新己经添加了docker部署的方式
<p>
<img alt="Version" src="https://img.shields.io/badge/version-2.9.7-blue.svg?cacheSeconds=86400" />
<img alt="Version" src="https://img.shields.io/badge/version-3.0.1-blue.svg?cacheSeconds=86400" />
<a href="#" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-green.svg" />
</a>

View File

@ -1,7 +1,7 @@
version: '2.4'
services:
wechatgpt:
image: xiaomoinfo/wechatgpt:latest
image: xiaomoinfo/wechatgpt:v3.0.1
environment:
api_key: your_api_key
wechat: "true"

4
go.mod
View File

@ -1,9 +1,9 @@
module wechatbot
go 1.20
go 1.19
require (
github.com/eatmoreapple/openwechat v1.4.1
github.com/eatmoreapple/openwechat v1.2.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.15.0

4
go.sum
View File

@ -49,8 +49,8 @@ github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnht
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/eatmoreapple/openwechat v1.4.1 h1:hIVEr2Xaj+r1SXzdTigqhIXiuu6TZd+NPWdEVVt/qeM=
github.com/eatmoreapple/openwechat v1.4.1/go.mod h1:ZxMcq7IpVWVU9JG7ERjExnm5M8/AQ6yZTtX30K3rwRQ=
github.com/eatmoreapple/openwechat v1.2.1 h1:ez4oqF/Y2NSEX/DbPV8lvj7JlfkYqvieeo4awx5lzfU=
github.com/eatmoreapple/openwechat v1.2.1/go.mod h1:61HOzTyvLobGdgWhL68jfGNwTJEv0mhQ1miCXQrvWU8=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=