Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsen committed Mar 13, 2024
1 parent 30d1466 commit c96f832
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.2-buster
FROM golang:1.21

COPY . /build
WORKDIR /build
Expand Down
11 changes: 0 additions & 11 deletions build_docker.sh

This file was deleted.

16 changes: 10 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
module qb-helper

go 1.15
go 1.21

require (
github.com/mitchellh/mapstructure v1.5.0
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.4
github.com/xxxsen/common v0.1.2
github.com/xxxsen/log v0.0.2
github.com/xxxsen/qbapi v0.0.0-20211010092424-f47aece0f082
github.com/xxxsen/qbapi v0.0.1
github.com/xxxsen/runner v0.0.1
go.uber.org/zap v1.23.0
)

require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.6.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading

0 comments on commit c96f832

Please sign in to comment.