latest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-22 14:25:35 -07:00
parent 7df558d8d0
commit 01bffc8388
10 changed files with 14 additions and 11 deletions

View File

@@ -6,9 +6,9 @@ import (
"errors"
"io"
"git.eeqj.de/sneak/mfer/internal/bork"
"git.eeqj.de/sneak/mfer/internal/log"
"google.golang.org/protobuf/proto"
"sneak.berlin/go/mfer/internal/bork"
"sneak.berlin/go/mfer/internal/log"
)
func (m *manifest) validateProtoOuter() error {