forked from lug/matterbridge
Update dependencies (#1951)
This commit is contained in:
8
vendor/github.com/spf13/afero/const_win_unix.go
generated
vendored
8
vendor/github.com/spf13/afero/const_win_unix.go
generated
vendored
@@ -10,12 +10,8 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
// +build !darwin
|
||||
// +build !openbsd
|
||||
// +build !freebsd
|
||||
// +build !dragonfly
|
||||
// +build !netbsd
|
||||
// +build !aix
|
||||
//go:build !darwin && !openbsd && !freebsd && !dragonfly && !netbsd && !aix
|
||||
// +build !darwin,!openbsd,!freebsd,!dragonfly,!netbsd,!aix
|
||||
|
||||
package afero
|
||||
|
||||
|
||||
Reference in New Issue
Block a user