forked from steger/pr3-sose2026
upgrade airport
parent
16e246bb08
commit
89e3c3eab9
|
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport"
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
|
||||
)
|
||||
|
||||
type BaggageSpyData struct {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport"
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
|
||||
)
|
||||
|
||||
type FlightProviderStub struct {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport"
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
|
||||
)
|
||||
|
||||
func TestGateSingleFlight(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport"
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
|
||||
)
|
||||
|
||||
func TestSecurityCheck(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport
|
||||
module gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport
|
||||
|
||||
go 1.25.0
|
||||
go 1.26.1
|
||||
|
||||
require github.com/docker/docker v28.3.3+incompatible
|
||||
require github.com/docker/docker v28.5.2+incompatible
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI=
|
||||
github.com/docker/docker v28.3.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
|
||||
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
|
||||
github.com/docker/docker v28.5.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport"
|
||||
"gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue