Skip to content

Commit f448323

Browse files
author
Antoine Toussaint
committed
update: changes
1 parent 019de46 commit f448323

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/codefly-dev/service-python-fastapi
33
go 1.22.0
44

55
require (
6-
github.com/codefly-dev/core v0.1.87
6+
github.com/codefly-dev/core v0.1.88
77
github.com/hashicorp/go-multierror v1.1.1
88
github.com/hashicorp/go-plugin v1.6.0
99
github.com/stretchr/testify v1.9.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ github.com/cheggaaa/pb/v3 v3.1.5 h1:QuuUzeM2WsAqG2gMqtzaWithDJv0i+i6UlnwSCI4QLk=
2222
github.com/cheggaaa/pb/v3 v3.1.5/go.mod h1:CrxkeghYTXi1lQBEI7jSn+3svI3cuc19haAj6jM60XI=
2323
github.com/codefly-dev/core v0.1.87 h1:SHrURVkrsepdxv+SqKzu4Is+w+rjyIXMF+76ZKSyx4s=
2424
github.com/codefly-dev/core v0.1.87/go.mod h1:iP7WE9MZ+Z71slLH4hlLjQ9ZYNHkyNAqSJJX8ETc1UI=
25+
github.com/codefly-dev/core v0.1.88 h1:rhv8YgdKYeO+MJX9ODNmVa06wPGH1Oi7IlNcTqDr/7I=
26+
github.com/codefly-dev/core v0.1.88/go.mod h1:iP7WE9MZ+Z71slLH4hlLjQ9ZYNHkyNAqSJJX8ETc1UI=
2527
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
2628
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
2729
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)