Compare commits
	
		
			1 Commits
		
	
	
		
			feature/ag
			...
			f2dd0e8d6d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | f2dd0e8d6d | 
| @@ -1,4 +1,4 @@ | ||||
| FROM golang:1.21-alpine AS builder | ||||
| FROM golang:1.23-alpine AS builder | ||||
|  | ||||
| WORKDIR /app | ||||
| COPY go.mod go.sum ./ | ||||
|   | ||||
| @@ -6,6 +6,7 @@ import ( | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/anthonyrawlins/bzzz/logging" | ||||
| 	"github.com/anthonyrawlins/bzzz/pkg/config" | ||||
| 	"github.com/anthonyrawlins/bzzz/pkg/types" | ||||
| 	"github.com/anthonyrawlins/bzzz/reasoning" | ||||
| 	"github.com/anthonyrawlins/bzzz/sandbox" | ||||
|   | ||||
| @@ -9,6 +9,7 @@ import ( | ||||
|  | ||||
| 	"github.com/anthonyrawlins/bzzz/executor" | ||||
| 	"github.com/anthonyrawlins/bzzz/logging" | ||||
| 	"github.com/anthonyrawlins/bzzz/pkg/config" | ||||
| 	"github.com/anthonyrawlins/bzzz/pkg/hive" | ||||
| 	"github.com/anthonyrawlins/bzzz/pkg/types" | ||||
| 	"github.com/anthonyrawlins/bzzz/pubsub" | ||||
|   | ||||
| @@ -10,6 +10,7 @@ import ( | ||||
| 	"path/filepath" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/anthonyrawlins/bzzz/pkg/config" | ||||
| 	"github.com/docker/docker/api/types/container" | ||||
| 	"github.com/docker/docker/client" | ||||
| 	"github.com/docker/docker/pkg/stdcopy" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user